views:

1602

answers:

5

How compatible is the MS Report Viewer Control with browsers like Firefox and Safari?

Please also post if you know any 3rd party report viewers for SSRS.

A: 

I have not noticed any real issue with it being displayed in Firefox or Safari. At times I think it might be getting rendered better in Firefox, but I don't have any actual benchmarks to back that up.

TheTXI
A: 

From the hip and perhaps a little stale. ASP.NET used to treat any non IE browser as a box of rocks. May be worth looking into if your experience problems.

http://weblogs.asp.net/fmarguerie/archive/2005/01/04/346222.aspx

jms
A: 

SSRS works perfectly on IE6,7,8. It works on Firefox and Safari, but with displaying issues.

There are two possible solutions to fix those, test and see whichever works for you.

Solution 1

Go to

C:\Program Files\Microsoft SQL Server\MSSQL.(your report server instance)\Reporting Services\ReportServer\Pages\reportviewer.aspx

Update style as

<body style="margin: 0px; overflow: auto"> ... <RS:ReportViewerHost style="display:table;" ID="ReportViewerControl" runat="server" />

Solution 2

Add following changes to stylesheet:

.DocMapAndReportFrame { min-height: 660px; min-width: 1280px; }
.MenuBarBkGnd { min-width:1000px; }

A: 

Not helping, i still have the same problem as before..... any suggestion??

Ara rama dita