The Print button is an ActiveX control, only available in Internet Explorer. The Visual WebGui ReportViewer control is just a wrapper around the Microsoft ASP.NET ReportViewer control, so it "inherits" all it's pros and cons.
The ClientPrint control is based on ActiveX and is not designed to work in other browsers except IE.
vikaslalkiya
Member
62 Points
95 Posts
Report viewer
Dec 16, 2011 11:12 AM|LINK
In report viewer, when i run my web application in ie then print and search buttons are show but in mozila print and search are not show.
i also show property showprintbutton=true after its not work in mozila give me solution.
amit.jain
Star
11225 Points
1815 Posts
Re: Report viewer
Dec 16, 2011 12:02 PM|LINK
Hi report viewer control doesn't show print button if processing mode of report is set to Local
It will show print button only in Remote mode
amiT jaiN
ASP.NET C# VB Articles And Code Examples
Srikanth Kas...
Contributor
4299 Points
883 Posts
Re: Report viewer
Dec 16, 2011 12:33 PM|LINK
Hi Vikas,
Thats a flaw.
The Print button is an ActiveX control, only available in Internet Explorer. The Visual WebGui ReportViewer control is just a wrapper around the Microsoft ASP.NET ReportViewer control, so it "inherits" all it's pros and cons.
The ClientPrint control is based on ActiveX and is not designed to work in other browsers except IE.
As an alternative, you can try this
http://msdn.microsoft.com/en-us/library/ms252091(VS.80).aspx
Srikanth Kasturi
Please "Mark As Answer" if my post serves purpose.