Hello,
I have implemented a ReportViewer in a page but I have issues to make the "PrintReport function" works properly on IE9 and Firefox.
I load the component with a ReportBook who can contains severals pdf files.
Then the component call : printReport(); (the component is hidden, it is just used to print the report)
<td style="display: none">
<telerik:ReportViewer ID="ReportViewer1" runat="server" Height="0px" Width="0px"
Visible="True">
</telerik:ReportViewer>
<script type="text/javascript">
<%=ReportViewer1.ClientID %>.PrintReport();
</script>
</td>
In this case, the brower ask me just to download the file ReportBook.pdf (containing the pdfs...) instead of showing me the Print screen.
The issue appear on the IE9 64bits edition, but It s working properly on IE9 32 bits...
What could explain the difference of behavior of the component when I used à 64 bits version of a browser over a 32 bits ?
I am using Telerik Reporting Q1 2012 (v 6.0.12.215).
Thanks for your insight !
Regards,