Hello,
We have a web site that display reports through the Crystal Report Viewer, when we click on the print button of the viewer, the Print Dialog of Adobe Acrobat is display and we can print the report. We have new users that are using IE11 and instead of having the Adobe Printe Dialog, the "Print To PDF" dialog is displayed forcing the user to export the report in PDF then do the print. I was able to replicate the issue with IE11 and Adobe Acrobat X & XI and with Crystal Reports for VS SP8 & SP12.
As of now the only workaround I have found to fix the issues is to add the following line in the Report Viewer page:
<meta http-equiv="X-UA-Compatible" content="IE=10" />
I thought that Crystal Reports for Visual Studio since SP8 was fully compatible with IE11? Is it normal that I need to add the compatible tag?
Thank you.
Charles.