I am using the Report Viewer for remote reporting, and I want the print control button in the report header to use IE 11.
This question is similar to the following:
Print button not available in ReportViewer using IE11
I could not solve this problem. I upgraded Runtime 2012 Viewer to 11.1.3452.0 and SQL Server 2008 R2 to SP2.
I am using Windows Server 2008 R2 and .NET framework 4.5.1 on the server. IIS version 7.
I see print buttons in all previous versions of IE (10,9,8, ....)
I also tried to force the IE10 user agent to use this line: meta http-equiv = "X-UA-Compatible" content = "IE = 10"
In accordance with the answers to the above question, I should have a print button. Any other suggestions besides compatibility mode or creating my own print button?
source share