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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top