Crystal Reports and Printing SLOW

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

LS,

Is there another method for printing CrystalReports programmaticly.
I use the following line to print:

report.PrintToPrinter(1, false, 0, 0);

This method takes about 20 seconds per report, these reports consists of
approximaly 10 subreports and the reports doesn't use images, only
plain text. There is no linking of tables used in the reports.
 
Back
Top