i want to print server report of .rdl format.. can anyone show me the way..
The ReportViewer Web server control, when used with server reports, provides an ActiveX print control that you can use instead of browser print functionality. In contrast with browser print functionality, the print control allows you to print all of the
pages of a paginated report, without the page information that some browsers add to the printout. Depending on browser settings, you might need to download and configure the control.
Nai-Dong Jin...
All-Star
41630 Points
3558 Posts
Re: Data Binding print rdl server report in c#
Feb 02, 2009 06:52 AM|LINK
Hi,
The ReportViewer Web server control, when used with server reports, provides an ActiveX print control that you can use instead of browser print functionality. In contrast with browser print functionality, the print control allows you to print all of the pages of a paginated report, without the page information that some browsers add to the printout. Depending on browser settings, you might need to download and configure the control.
Thanks.