Search code examples
c#asp.netfirefox.net-4.0reportviewer

Print Button Not displayed in Firefox in Report Viewer Condition


I'm working on a web application with VS 2010 and I'm developing its report Microsoft Report viewer, My big problem is I want to print the report in "Mozilla Firefox browser" - and the print button not displayed on Firefox.

Is there any funcationality makes me able to print my report in Firefox???

I need your help Professors :) ... There is No Problem in Programming :)


Solution

  • The print button is an Active X control, only works on Internet explorer.

    Check this article i wrote explaining how to add client side printing (on all browsers) for ms reportviewer.