Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi to all

i have a report viewer in asp.net4.0

in that report viewer print button is not showing in firefox and chrome

but its working in internet explorer..

how to show print button in report viewer

please help me

Thanks
Posted
Updated 25-Jun-13 2:06am
v2

1 solution

Print button is hidden in any browser that is not IE because ReportViewer uses ActiveX for client printing which means no other browser other than IE can handle it. You can 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[^]

SQL Reporting Services - Print Button not shown in Mozilla[^]
 
Share this answer
 
Comments
ErBhati 19-Jun-13 1:42am    
Thanks for your solution...............
Marc Gabrie 19-Jun-13 13:26pm    
you're welcome! glad to hear it helped you.
Member 10814381 22-Apr-15 6:49am    
any Drag image to home button in your firefox toolbar. in asp.net
Member 10814381 22-Apr-15 6:49am    
Drag this image to home button in your firefox toolbar. in asp.net code plasce

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