Windows Develop Bookmark and Share   
 index > Windows Forms General > printing reports
 

printing reports

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.

For more information on .rdlc report and ReportViewer, please read the following MSDN document:
http://msdn.microsoft.com/en-us/library/ms252067(VS.80).aspx

Hope this helps.

Linda Liu
Linda Liu  Wednesday, April 15, 2009 9:08 AM
I'd start by posting to the "Visual Studio Report Controls" forum:

http://social.msdn.microsoft.com/forums/en-US/vsreportcontrols/threads/
David Morton - http://blog.davemorton.net/
David M Morton  Friday, April 10, 2009 1:42 PM
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.

For more information on .rdlc report and ReportViewer, please read the following MSDN document:
http://msdn.microsoft.com/en-us/library/ms252067(VS.80).aspx

Hope this helps.

Linda Liu
Linda Liu  Wednesday, April 15, 2009 9:08 AM

You can use google to search for other answers

Custom Search

More Threads

• Set accessor is not called for Byte[]
• MDI and Maximized Forms
• Can I change the Color (Style) of any particular DataGridView's Column Headers(C# VS 2005)
• doubts on working with a database...
• drawing...again
• Printing Document in windows service
• Saving a picture
• VS05 - System.Windows.Forms.PictureBox - Multiple Pictures in same box??
• Owner drawn Tab Control Problem
• Paging in DatagridView in C# Windows Application with Binding Source