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.
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;
}
Read how to display reports properly for Reporting Services 2008R2/2012.