问题
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