Hi team,
After the Google Chrome update 76.0.3809.132 of September 10th, the Print Report button of every of our Web Sites are no longer working.
The workaround we have found is to export the report to PDF then print the PDF file afterward.
Are you aware of this issue and would it be possible to be fixed? Is this change of Google Chrome will prevent this functionality for ever working again?
Regards.
Hi,
We have the same problem here after the Google Chrome update 77.0.3865.75.
Hello
We have the same issue when we updated Chrome to Version 77.0.3865.75 . We use the Document Viewer control of version 19.1.4 of ASP NET MVC.
Hi Federico,
We have tried your suggestion, however it wasn't a success. The buttons are still unresponsive, sadly.
We are also seeing the same thing. In addition, the WebDocument viewer opens the .axd page but doesn't automatically bring up the print dialog. You must then actually click the print button on the .axd screen for the dialog to appear.
I have the same issue after update Chrome, I tried different ways to solve the problem but I can't get the solution . . . any suggestions?
Hi Everyone!
I confirm that we see the issue on our side as well. We're looking into it and will update this ticket once there is any results to share.
If you're running any version higher than v15.1, you can avoid this printing issue today by replacing the old viewer with the new one: What is the difference between ASPxDocumentViewer (ReportViewer) and ASPxWebDocumentViewer.
Some background explanation:
While the old viewer provides a desktop-like experience by printing an invisible iFrame element, this solution (and its various variations) do not produce a consistent result across browsers. Sometimes, it simply does not work at all: Partial display of pdf in iframe of iOS browser. All those cases make users wonder what is wrong with the viewer and why it does not print. That is the exact reason why new viewer opens a separate tab for printing.
If for any reason you're unable to update your application and/or use ASPxWebDocumentViewer in your application, please let us know in the comments section below.
Hello! Our users are actively using Print Report feature and we are unable to upgrade to versions higher than v15.1.
What can you suggest as a possible workaround? Thank you.
Hello,
I want to try your solution below (in placing the source code) but you don't explain where exactly I have to place this source code ! I think that I have to place the script section inside the "Default.aspx" file, but where do I need to intriduce this (I'm working on a WAF project) :
<dx:ASPxDocumentViewer ID="ASPxDocumentViewer1" runat="server" Height="763px" ReportTypeName="XtraReport1"> <ClientSideEvents Init="init" /> </dx:ASPxDocumentViewer>
Hi Anthony,
Try placing the "script" block above the viewer declaration. Let us know if it works.
I don’t understand what you mean, give me more details please. For remind i’m working on a XAF project. I have only one file in ASP it’s default.aspx file. The other files are in C#.
so where do I need to place those 2 blocks of source code (the script block and the call function block)
thanks
>>For remind i’m working on a XAF project.
Thank you for the clarification. In this case, I suggest that you follow the steps outlined in this help topic: XAF | How to: Access the ASPxDocumentViewer and ASPxWebDocumentViewer Controls.
Ok it's working ! Thank you !
Hi Yaroslav,
I have the same problem in chrome with Web Forms.
assembly="DevExpress.XtraReports.v14.2.Web, Version=14.2.13.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a"/>
The funny thing is, it works fine in FireFox.
You are recommending an upgrade to 19.1.7 or use init(s)
Thank you,
Joe
Hello Joe,
Could you please clarify if this problem is resolved?
Thanks,
Elliot
Hi Elliot, no the issuse has not been resolved.
Hello Joe,
Would you please share your web page markup where the Document Viewer is located? This will make the situation clearer.
Thanks,
Elliot
I just upgraded from 14.2.13 to 18.1.12. That did not fix it.
I've tried replacing ReportViewer with ASPxWebDocumentViewer
I now get an error on this this.ReportViewer1.Report= myReport;
<%-- <dx:ReportViewer ID="ReportViewer1" runat="server"> </dx:ReportViewer>--%> <dx:ASPxWebDocumentViewer ID="ReportViewer1" runat="server"></dx:ASPxWebDocumentViewer>
I have over 75 reports where the print button no longer prints in Chrome.
Hi Joe,
It looks like we are already discussing this issue in the Unknown server tag 'dx:ASPxDocumentViewer' in version 18.1.8.0 thread, that you raised earlier. So, to avoid discussing the same issue in multiple threads, let's continue our conversation in that thread. We greatly appreciate your understanding,