How I can directly print a CR 2008 report without showing or using the CrystalReportViewer control in my ASP.net page?
Please I need to print an invoice report but I don't want my application to show up the CrystalReportViewer control before printing the invoice.
Please is it passable? How I can accomplish this? Can I have some examples (Source Code)?
I'm using CR 2008 (12), VS 2008 and VB.NET 2008. The Crystal reports are not embedded in my application and I'm binding a dataset to my reports using ReportDocument Object.
Thanks.