Enable SSRS to function in Chrome

Issue #28 resolved
James Hemphill created an issue

I have identified an issue with rendering SSRS reports in Chrome. This can be fixed with some changes to the javascript/css on the report server itself.

Comments (2)

  1. James Hemphill reporter

    Fixed by placing the following lines of CSS at the end of this file:

    C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportManager\Styles\ReportingServices.css

    div#ctl32_ctl09, div#ctl32_ctl10 { overflow: visible !important; }

  2. Log in to comment