I have progressed with my first application in Visual Studio Express 2008and would like to print reports, can someone please advise me whatI need to be able to accomplish this?
Ivan J Friday, April 10, 2009 1:41 PM
Hi Ivan,
You can create a .rdlc report in your application and use a ReportViewer control to show the report. Click the 'Print' button in the ReportViewer control to print the report.
Or use the PrintDocument component and implement the PrintPage event.Hans Passant.
nobugz Saturday, April 11, 2009 12:37 PM
Hi Ivan,
You can create a .rdlc report in your application and use a ReportViewer control to show the report. Click the 'Print' button in the ReportViewer control to print the report.