Innova
Innova

Reputation: 4981

how to get print button over here in website reportviewer in asp.net

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

Upvotes: 0

Views: 1732

Answers (1)

Eton B.
Eton B.

Reputation: 6291

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.

Upvotes: 2

Related Questions