Hi,
I'm displaying my SSRS reports via the web application tool ReportViewer
The idea is to change its height based on the report. I mean, if the report is 5000px height then the ReportViewer height must be 5000px height too.
In this way the ReportViewer scrollbar will not be displayed.
@RegisterAssembly="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Namespace="Microsoft.Reporting.WebForms"TagPrefix="rsweb" %>
<rsweb:ReportViewerID="rvMain"Width="1500px"BorderWidth="1px"Visible="false"onprerender="rvMain_PreRender"AsyncRendering="false"
ShowFindControls="false"BackColor="White"runat="server">
</rsweb:ReportViewer>
Can you please hep me how can I do that?
Regards,
Nadeem