Internet Explorer 10 and SSRS 2005

  • I have Reporting Services 2005 running on Windows Server 2003 and IIS 6. Everything looks fine with Internet Explorer 9, but now with IE 10 the main page showing a list of the various reports is in tiny font and all squished over to the left (same way as it has always looked in Firefox). Reports that use matrices look OK, but tables are also squished into a narrow column on the left. What's going on?

    --Evan

  • 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 5 posts - 1 through 4 (of 4 total)

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