Add Div tag with style="overflow: hidden;" and Set the Height and width as Height="4000px"
Width="100%" .
Please find the code below.
<div style="overflow: hidden;">
<rsweb:ReportViewer
ID="ReportViewer2" runat="server" Font-Names="Verdana" Font-Size="8pt"
InteractiveDeviceInfos="(Collection)" ProcessingMode="Remote" WaitMessageFont-
Names="Verdana" ShowBackButton="False" ShowCredentialPrompts="False"
ShowDocumentMapButton="False" ShowExportControls="False"
ShowFindControls="False" ShowPrintButton="False" ShowRefreshButton="False"
ShowPageNavigationControls="false" WaitMessageFont-Size="8pt" Height="4000px"
Width="100%">
</rsweb:ReportViewer>
</div>
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment