Pages

Men

rh

7/22/2013

How to Remove Vertical Scroll bars in Report Viewer Control

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>

No comments :

Post a Comment