Print Report directly to Printer
I am using vb.net v1.1 and crystal report v9. I want to print the report directly to the printer without showing the report in the crystal report viewer. How can i achieve this?
CrystalReportViewer1.ReportSource= System.Environment.CurrentDirectory & "\MiniStatement.rpt"
CrystalReportViewer1.Show()
CrystalReportViewer1.PrintReport()
Thanks:
Danish Majid
Re: Print Report directly to Printer
I am interested in the solution to this also. Currently I am only able to print the CR column headers and none of the data prints.
Re: Print Report directly to Printer