レポート ビューアの幅/高さが では正しく表示されませんがMozila Firefox、 では完全に表示されIEます。Mozilla の表示サイズは450 width and 175 height完全にIEページ全体に表示されます。%age ではなく px で幅を設定しましたが、同じになります。誰もこの問題の解決策を持っていますか? これが私の.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>