locked
SQL Server Reporting Services 2005 IE 11 Print Button Not Visible RRS feed

  • Question

  • User-1811435679 posted

    I'm using SSRS 2005 & .NET Framework 3.5 to generate reports the contents are working fine but Print Button is not visible in IE - 11 browser (Attachment - NonCompMode.JPG), but it's visible in Compatibility mode(Attachment - CompMode.JPG) in same bowser. I have tried the following x-ua-compatible meta tag in my page even though it's not working as expected, <meta http-equiv="X-UA-Compatible" content="IE=edge"> & <meta http-equiv="X-UA-Compatible" content="IE=9">

    Report Assemble which i'm using in my page

    Register assembly="Microsoft.ReportViewer.WebForms, Version=9.0.0.0"


    Kindly Guide me on this issue.

    Wednesday, August 13, 2014 2:25 PM

All replies

  • User1519735232 posted

    the print icon is visible when you run it using IE11 in Compatibility mode, but it isn’t visible when you run it in normal mode. There maybe a compatibility issue with IE 11 and SSRS 2005, so compatibility mode is the recommend workaround.

    You can temporarily change the User-Agent string by using Internet Explorer’s F12 Development tool, please follow the steps below:

    1. Press F12.
    2. Click the Emulation button at the bottom left.
    3. Choose Internet Explorer 6/7 from the dropdown list.
    4. After the page refreshes, check to see if the page renders correctly
    Wednesday, August 27, 2014 5:25 AM