0
votes

in Report viewver in website im not getting the print option.

i have used

ReportViewer1.ShowPrintButton =true;

but still no print option came. how to get print button over here in website reportviewer in asp.net

1
can you share the code to show the report?ajay_whiz

1 Answers

2
votes

The reason it's not showing is because the print button is an Active X control - not supported by Firefox without any plugins.

If you are getting that issue under IE, check your security settings to see if Active X is getting blocked.