Disable paging on an ASP.Net ReportViewer Control

asp.netreporting-servicesreportviewer

I have a ReportViewer control on an ASP.Net 2008 website, and for displaying a report in Local mode, I want to disable paging only while viewing on the website. If a report is 21 pages long, I want the entire report displayed on the website as one 'page', while still paging when printing and exporting.

Thanks

-b

Best Answer

Just found a solution:

Open the report definition (.rdlc file) and set it's InteractiveSize Height property to some usable value:

enter image description here