SSRS在IE 9中报告奇怪的渲染

时间:2013-11-14 15:33:33

标签: internet-explorer reporting-services

在IE9中查看时,我注意到我的报告中出现了一些奇怪的行为。右侧有点切断: enter image description here

enter image description here

我尝试将AsyncRender设置为true和false并获得相同的结果。该报告在Safari,Chrome和Firefox中看起来很精致。报告大小是8.5 x 11.我是否需要设置其他选项才能在IE中正确呈现此内容?

1 个答案:

答案 0 :(得分:1)

我最后做的是从

更改我的元标记
<meta content='IE=9,IE=10' http-equiv='X-UA-Compatible' />

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

一切正常。