Internet Explorer 10 and SSRS 2005

  • Same issue with IE 10 and SSRS 2008 and 2008R2. Must use compatibility mode and it loads, but looks terrible.

    Not sure if there will be a fix.

  • This probably needs to be raised as a problem with Microsoft.

    SQL 2005 is out of support, so you will only get some help from them if you can show the problem is happening in a supported version of SQL Server.

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • Look for ReportViewer.aspx file at report server folder and open it in Notepad. Then add this meta tag inside the Head section:

    <meta http-equiv="X-UA-Compatible" content="IE=9" >

    The idea is to force IE10 to render as IE9. Save the aspx file and try report manager/viewer again.

    Tools for SSRS, ASP.NET & PHP
    Barcode CRI for SSRS[/url]

  • I am using SSRS 2008. Had the same IE10 layout issues as OP in Report Manager.

    Used your idea but found <meta http-equiv="X-UA-Compatible" content="IE=5" > worked in Report.aspx and Folder.aspx

    Found these files on the SSRS server Under MSRS10.MSSQLSERVER\Reporting Services\ReportManager\Pages

Viewing 4 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply