Recently upgraded an ASP.NET app to SSRS 2012. Unfortunately, just happened to do this the same weekend as IE11 was pushed out, so have been dealing with a host of other issues as well... trying to determine if this is an SSRS issue or an IE11 issue.
In short, the Print button has disappeared on reports served by the IIS server in my ASP.NET application.
If I run the asp.net project within VS2013, the print button is there. I can click and print as I was prompted to install the Active/X control to allow printing.
However, once I push the project to the IIS Server, and go to http://mywebsite and attempt to run the report there, the print button is not present. I do not have the ability to click the print button to install the active/x control.
I should point out, even though I installed the active/X control on my devbox, the print button still will not appear in the browser there either, if I generate the report off the IIS server. I can run the report from the asp.net application via VS2013,
the print button is there, open the same report right next to it in a "regular" browser window via the web site, and no print button.
Here is the same report, generated from VS2013 (top) and via SSRS via IIS 7:
The report generated from either is correct, so SSRS appears to be functioning correctly in that respect.
Checked for issues as outlined In post http://msdn.microsoft.com/en-us/library/ms155874.aspx . All my settings are correct in both browser, and on server.
Not sure what else to check or to look for. Anyone run across a similar issue? Thanks,Mike