我'使用Microsoft报表查看器(11.0.0)2012版本显示报表,在我的aspx页面中,我使用以下代码。问题是报告在兼容模式下显示垂直滚动条,但在非兼容模式下消失。我尝试将overflow属性添加到外部div,但在向下滚动时也向上滚动报告列标题。我无法添加兼容性元标记来解决此问题。请帮忙。感谢
<div style="height:75%;width:95%;">
<rsweb:ReportViewer ID="DailyReportViewer" AsyncRendering="false" SizeToReportContent="false" BackColor="transparent" DocumentMapWidth="40%" DocumentMapCollapsed="true" InternalBorderColor="Transparent" runat="server">
</rsweb:ReportViewer>
</div>