【发布时间】:2010-10-31 06:05:49
【问题描述】:
报告查看器宽度/高度在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>
【问题讨论】:
-
我使用过 SQL Reporting Services。
标签: asp.net html css reporting-services mozilla