Create

Top  Previous  Next
Create( oPrinter ) => Declares the printer object where the report should be printed, if omitted, the default Windows printer will be used.

 

oPrinter (object) : is the printer object for printing.

 

Example : oPrt := xbpPrinter():New():Create()

                   GraPdf:Create( oPrt )