vote up 1 vote down star

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.

flag

3 Answers

vote up 0 vote down

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.

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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; }

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.