我正在使用 SSRS 来呈现报告。在 IE 中,SSRS 呈现垂直滚动条,但在 FireFox 中没有垂直滚动条。有谁知道修复?我需要在 IE 和 FF 中滚动。
<rsweb:ReportViewer ID="rptView" runat="server" Width="100%" Height="100%" ForeColor="#000066"
Font-Names="Arial" Font-Size="10pt"
WaitMessageFont-Names="Arial" WaitMessageFont-Size="14pt"
LinkActiveColor="#000066" LinkActiveHoverColor="Orange"
BackColor="#DBDBDB" SplitterBackColor="#DBDBDB"
BorderColor="#000066" BorderStyle="Solid" BorderWidth="1px"
ToolBarItemBorderStyle="None" ToolBarItemBorderColor="Orange" ToolBarItemHoverBackColor="#E0E0E0">
</rsweb:ReportViewer>