Setting the width and height of the ReportViewer control itself, will correct this issue, but this is not ideal for dynamic reports where the dimensions can change. I have found that by setting Width/Height to 100% and SizeToReportContent to true, the report will load correctly.
<rsweb:ReportViewer ID="ReportViewer1" runat="server" Width="100%" Height="100%" SizeToReportContent="True" />
No comments:
Post a Comment