hi, i have a report viewer, i can see the print icon in the report viewee in the design mode, but when i run that page in the browser, the print icon is missing from the report viewer, and i have set show print button to true,
ReportViewer client printing feature relies on ActiveX which is not supported by any browser except IE 9 (or earlier), that's why you do not get print button when Chrome, Firefox or IE10/11 browser is involved. For printing, you should export to PDF
and let the user to print it. That's the "manual" approach. If you are able to write some .NET code, then you can do that programatically as described here or do it by yourself.
Barcode, Labeling, Printing & Imaging tools for ASP.NET Developers
Member
111 Points
278 Posts
Report Viewer print Button missing from browser
Jan 19, 2014 06:05 AM|uid873724|LINK
hi, i have a report viewer, i can see the print icon in the report viewee in the design mode, but when i run that page in the browser, the print icon is missing from the report viewer, and i have set show print button to true,
it cannot be seen from firefox , IE n chrome
Participant
1170 Points
367 Posts
Re: Report Viewer print Button missing from browser
Jan 20, 2014 09:41 AM|Neodynamic|LINK
ReportViewer client printing feature relies on ActiveX which is not supported by any browser except IE 9 (or earlier), that's why you do not get print button when Chrome, Firefox or IE10/11 browser is involved. For printing, you should export to PDF and let the user to print it. That's the "manual" approach. If you are able to write some .NET code, then you can do that programatically as described here or do it by yourself.