0

I just upgraded my browser to IE 11 and everytime I try to print a report from reporting services, the browser stops working and crashes. For some of our users, the print button is even disabled.

Is anyone else having this problem and does anyone know of a fix? Thanks.

Jeff
  • 427
  • 1
  • 14
  • 31

2 Answers2

0

Most likely SSRS is running ASP.Net 4.0 which has issues with browser sniffing IE 11. So you have a few options, The "easiest" being upgrade to .Net 4.5.

You could also follow the steps here if that is not an option for you. https://stackoverflow.com/a/19855256/3096369 That would allow ASP.Net to successfully sniff IE 11.

Community
  • 1
  • 1
KyleUp
  • 1,683
  • 1
  • 13
  • 17
  • How can you tell which version ssrs is running? – Jeff Jan 08 '14 at 18:05
  • I don't think it's the SSRS version. SSRS is basically a .Net web application. It looks like SSRS runs on .Net 2.0 [link](http://support.microsoft.com/kb/2869522/en-us) so you're best option is going to be update your Config\Browsers files to sniff IE11 correctly. – KyleUp Jan 08 '14 at 18:20
0

Let me guess, you are SQL Server R2 without SP2. I had to upgrade to Sql Server 2008 R2 SERVICE PACK 2.

The version of RsClientPrint you get with R2/SP2 is 10.50.4000, while the version I had was 10.50.1600.

ReportViewer's Print Button Incompatible with IE 10?

Community
  • 1
  • 1
wruckie
  • 1,717
  • 1
  • 23
  • 34