I need to print a Crystal report page to client printer machine without showing the report or without showing any dialog box.
One point I\'d like to mention is that
Below line opens up print dialog box to print without showing print preview crystalReportViewer1.PrintReport();
Below line directly sends reportdocument to default printer.
oReportDocument.PrintToPrinter(1,true,0,0);