I am using SQL Reporting services, it’s working perfectly and shows a print button in IE, but not shown in Mozilla Firefox.
Does anyone have any idea?
I have checked out this solution, but it’s not working:
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t think it uses ActiveX, because in the table onclick event there is a simple:
Anyway, i replaced this print stuff with my own print function, because this code above wasn’t working on FF..
I know it’s ugly…but it works! (just replace the ControlName value with your ControlID and be sure to add jQuery lib in your page)