Do you know how to display reports properly in Firefox / Chrome (Reporting Services 2005/2008)?

Last updated by Jeoffrey Fischer [SSW] 4 months ago.See history

This rule has been archived
Archived Reason: IE is not a thing anymore - this has been resolved now in current browsers

Sometimes users try to view SQL Server Reports in Firefox or Chrome Browser, it does not display at all or displays in a half screen.

They found it strange when the same report works absolutely fine in Internet Explorer.

Figure: Bad example - SQL Report viewed in Firefox / Chrome (which does not display report properly or display only half the screen)

The Solution:

Add the code below to "%ProgramFiles%\Microsoft SQL Server\MSSQL.3\ReportingServices\ReportManager\Styles\ReportingServevices.css"

 .DocMapAndReportFrame
 {
 min-height: 860px;
 min-width: 2000px;
 }

Figure: Good example - SQL Report viewed in Firefox / Chrome (which displays properly in Firefox and Chrome)

Read how to display reports properly for Reporting Services 2008R2/2012.


We open source.Loving SSW Rules? Star us on GitHub. Star
Stand by... we're migrating this site to TinaCMS