SSRS reports rendering strangely in IE 9

流过昼夜 提交于 2019-12-11 13:14:07

问题


I have noticed some odd behavior in my reports when viewed in IE9. The right side is sort of cut off:

I've tried setting AsyncRender to true and false and get the same result. The report looks fine and dandy in Safari, Chrome, and Firefox. The report size is 8.5 x 11. Is there some other option I need to set to get this thing to render properly in IE?


回答1:


What I wound up doing was changing my meta tag from

<meta content='IE=9,IE=10' http-equiv='X-UA-Compatible' />

to

<meta content='IE=EmulateIE8' http-equiv='X-UA-Compatible' />

and everything worked fine.



来源:https://stackoverflow.com/questions/19981770/ssrs-reports-rendering-strangely-in-ie-9

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!