ReportViewer IE 11

I have a page on my 3.5 framework webforms site that displays reports.
It is using report viewer 10.0.0.0. The reports render for every browser but IE11.
Only reports that display information in doc type format render as an html table and are stored in a .rdl file. The param box loads but when the report is selected and ran I just get the loading gif and it times out. I’ve tried to troubleshoot with the IE11 dev tools and they time out upon opening it’s a perfect storm here. Another bit of info I run the website locally in VS2012 and in IE11 it renders just not on the IIS7 server.

Alternative SSRS Front-ends

Given that Sql Server Reporting Services is designed to be open and extendable, and that the bundled Report Manager isn’t that great, are there any alternative open-source SSRS Front-ends out there? By ‘front-ends’ I guess I mean web apps that can display the available reports on the reports server, gather the required parameters (hopefully in … Read more

How to call print from asp.net on a reportviewer control?

I’m using ssrs with an asp.net reportviewer control to display server reports. We want to do away with the toolbar because it doesn’t fit with our look and feel but we want to maintain some of the functionality, the one bit I’m struggling with is the print. Is there any way to bring up the same print dialog as the print button on that toolbar from the asp.net page?