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