报告查看器宽度/高度在 中未正确显示Mozila Firefox
,但在 中完美显示IE
。Mozila 中的显示尺寸450 width and 175 height
完美地IE
显示在整页中。我已经在 px 中设置了宽度而不是 %age 但得到了相同的值。有没有人有这个问题的解决方案?这是我的.aspx page source
<form id="form1" runat="server">
<div id="divException" runat="server" style="text-align: center; padding-top: 100px"
visible="false">
<asp:Label ID="lblException" runat="server" Text="Sorry, no data found!!!" Font-Size="Large"
ForeColor="Red"></asp:Label>
</div>
<div style="height: 100%; width: 100%;">
<rsweb:ReportViewer ID="rptvReport" runat="server" Width="100%" Height="95%">
</rsweb:ReportViewer>
</div>
</form>