I am using Visual Studio 2010 with SAP Crystal Reports 13.0.2000.0 In my report the print button is not working in Google Chrome. while it is working fine in IE.When I Click the PRINT button give the option "Print to Pdf" How can I print the reports to printer directly after click "PRINT" button in crystal report viewer Google Chrome browsers?
You can't, All browsers except IE do not support ActiveX plug-ins. PrintController.dll is ActiveX.
Only option would be to export to the format you want want printed and then print that file using your own code.
Don
Add a comment