Hello,
I had designed an SSRS report in SQL Server 2008 R2 and I am displaying the report in MVC application using report viewer control. It is working fine in Firefox and Chrome and below to IE 10 browsers. But, in IE 10 the report is not get displayed, if I changed browser mode to IE10 Compat View in IE Developer tools (F12), it is working fine. Please check the attached images
Image may be NSFW.
Clik here to view.
Image may be NSFW.
Clik here to view.
I have gone through several forums posts most of them suggests to keep an meta tag in master file "<meta http-equiv="X-UA-Compatible" content="IE=EmulateIEX">" where X is the IE Version and some forum thread suggests to install Service Pack2 in SQL Server, which I tried both but no luck.
We can not suggest to end user (some may non-technical) to change the browser mode in Developer tools.
Please help me displaying the report in latest IE browsers (IE10 or above) by default. This is very urgent.
Thanks in Advance