It appears Reports and Internet Explorer don’t mix.
Brian provided a fix here:
https://civil3dplus.wordpress.com/2016/02/03/reports-and-internet-explorer/
To not have to do this each and every time it is possible to modify the XSL file to load the IE 9 by default. To do so open the XSL sheet in a text document editor, such as Notepad.
Scroll down to a line with <html>
Below <html> add:
<meta http-equiv="X-UA-Compatible" content="IE=9">
Scroll down to the next line with </html>
Above the </html> add </meta>
This will let the browser know it should be rendered in IE 9.
No comments:
Post a Comment