Last post Oct 21, 2013 01:46 PM by bchernick
Member
27 Points
424 Posts
Oct 14, 2013 01:38 PM|bchernick|LINK
We're running SSRS report on (so far as I know) a standard installation. A primary concern of ours is exporting a report to a pdf.
I've just found out that the system works fine (running directly from the server. Reports/Pages/... etc.) using IE9 but not at all when using IE10.
The popup blocker is turned off and I get the prompt for Open/Save/SaveAs but nothing happens afterwards. Not even an error message. It just hangs.
(The report exports perfectly from the Asp.Net report viewer control running in a web app on my development machine.)
failure pdf SSRS export
Participant
1170 Points
367 Posts
Oct 14, 2013 06:56 PM|Neodynamic|LINK
Try to force IE10 to render as IE9 by putting this as the firts code of your html markup
<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" > <![endif]-->
Oct 21, 2013 01:46 PM|bchernick|LINK
Actually the problem seems to have suddenly vanished but thanks for the info.
Member
27 Points
424 Posts
Report PDF export failure
Oct 14, 2013 01:38 PM|bchernick|LINK
We're running SSRS report on (so far as I know) a standard installation. A primary concern of ours is exporting a report to a pdf.
I've just found out that the system works fine (running directly from the server. Reports/Pages/... etc.) using IE9 but not at all when using IE10.
The popup blocker is turned off and I get the prompt for Open/Save/SaveAs but nothing happens afterwards. Not even an error message. It just hangs.
(The report exports perfectly from the Asp.Net report viewer control running in a web app on my development machine.)
failure pdf SSRS export
Participant
1170 Points
367 Posts
Re: Report PDF export failure
Oct 14, 2013 06:56 PM|Neodynamic|LINK
Try to force IE10 to render as IE9 by putting this as the firts code of your html markup
failure pdf SSRS export
Member
27 Points
424 Posts
Re: Report PDF export failure
Oct 21, 2013 01:46 PM|bchernick|LINK
Actually the problem seems to have suddenly vanished but thanks for the info.
failure pdf SSRS export