Hi, i am using the reporting services in visual studio 2012. The report is working find in IE and the report is shown fine. But when i browse the report in GoogleChrome, i get a blank view. The toolbar is working fine but the report is blank. Even if i exprot
to pdf, it s working fine and data are exported. What is missing from my code?
None
0 Points
1 Post
.rdlc not appearing in google chrome, blank!
May 24, 2013 10:58 AM|zouza08|LINK
Hi, i am using the reporting services in visual studio 2012. The report is working find in IE and the report is shown fine. But when i browse the report in GoogleChrome, i get a blank view. The toolbar is working fine but the report is blank. Even if i exprot to pdf, it s working fine and data are exported. What is missing from my code?
<tr>
<td colspan="5">
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
<rsweb:ReportViewer ID="CancelationsReportViewer" runat="server" Font-Names="Verdana" DocumentMapWidth="100%"
Font-Size="8pt" InteractiveDeviceInfos="(Collection)" PromptAreaCollapsed="True"
WaitMessageFont-Names="Verdana" WaitMessageFont-Size="14pt" Width="800px" Height="100%">
<LocalReport ReportPath="Reports\Report\Cancelations.rdlc">
</LocalReport>
</rsweb:ReportViewer>
</td>
</tr>
thanks,
Josette
SSRS rdlc reportviewer Googlechrome
Member
330 Points
104 Posts
Re: .rdlc not appearing in google chrome, blank!
May 27, 2013 09:57 AM|anishshenoy_7|LINK
Hi,
Chrome is not one of the listed browsers compatible with Reports but there is a workaround for the issue that you are facing.
http://msdn.microsoft.com/en-us/library/ms251673.aspx
Please check the below link :
http://blog.lavablast.com/post/2011/06/28/Gotcha-Reporting-Services-Viewer-bugs-on-Google-Chrome.aspx
Please let me know whether this helps.
Regards,
Anish
SSRS rdlc reportviewer Googlechrome
http://anishshenoy57.wordpress.com/