Click here to Skip to main content
15,908,264 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Print button does not appear in ssrs report while runtime in google chrome
Posted

ReportViewer printing is based on ActiveX and it'll work with browsers supporting such technology i.e. IE9 or older. That's why you get nothing when viewing the report in other browsers. Try the following approaches to bypass this issue:

Automatically Printing an RDLC file in ASP.NET MVC 3[^]

How to add Cross-Browser Printing to ASP.NET ReportViewer toolbar[^]

http://stackoverflow.com/questions/951009/sql-reporting-services-print-button-not-shown-in-mozilla[^]
 
Share this answer
 
HI 'sanjaysgh'

This is unfortunate but true that Only IE display 'Print' button in SSRS. I have already spent a lot of time on this.
:(
So you have to manually print the report.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900