controling printing options in Crystal Reports

  • Thread starter Thread starter KK
  • Start date Start date
K

KK

Hi,

How can I tell crystal reports to print x number of reports
using code? Then I can hide the print button which comes
in the viewer and use my own button to print.

regards
KK
 
Use the ReportDocument.PrintToPrinter method. Enclose in some kind of
looping structure to get it to execute n times...
 
Back
Top