So we noticed that the print button in our ReportViewer (Version=10.0.0.0
) is gone after upgrading to IE11
.
This is how it looks like in IE10
:
After doing some research, we found that other people are also reporting this problem (i.e. here), but did not find a solution yet.
Using the compability mode would be a workaround option, but is not a viable/fitting solution for clients.
Did anyone figure out how to fix this?
相关问题
- How to fix IE ClearType + jQuery opacity problem i
- Is TWebBrowser dependant on IE version?
- IE dropdown z-index bug
- Multiple cookies with same name
- jQuery: checkbox does not lose focus (blur) [IE]
相关文章
I have used code from that page(http://msdn.microsoft.com/en-us/library/ms252091.aspx) and created a class for that. You can add a button to page and call it.
This link helped me so much.
[http://www.msigman.com/ssrs-print-icon-not-appearing-in-internet-explorer-11-not-able-to-print-reports-from-ie11/][1]
2 way to solve this issue was introduced:
1- install .Net 4.5.1 [http://www.microsoft.com/en-us/download/details.aspx?id=40773][1]
OR 2- Add a browser file as the above source says:
If the problem is already exists, set the
compatibility view setting
ofIE11
.Make sure to your SQL server is upgraded to Service Pack 2. There are several issues compatibility issues with ie10+ and SQL Server 2008R2 RTM.
ReportViewer's Print Button Incompatible with IE 10?
Microsoft Article on Server Version
Connect to the instance of SQL Server, and then run the following query:
These weeks ,we face the same problem. Finally we find some way to solve it, here is steps:
Our environment: Win server 2008 r2, IIS7, ReportViewer 11