Reputation: 6508
I'm working on reporting service. I'm clicking on Print button of report page and getting below error.
Message from webpage
Printing is not available. Verify that ActiveX is enabled, or try using Internet Explorer for the desktop.
Can anyone please help me with proper solution. I have tried to look these links but no success.
Upvotes: 3
Views: 10763
Reputation: 84
What worked for me was in 3 client-side steps :
I could then print even without having to run as admin. Note that I think step #3 is an add-on called "RSClientPrint 2008 Class".
I know this is a very old question, but I had the issue a few times over the years and just now found the solution. I had to try suggestions scattered across multiple sites and could not find a concise solution until I pieced this together.
Upvotes: 0