Disable paging in ASP.Net ReportViewer Control

I have a ReportViewer control on an ASP.Net 2008 website, and to display the report in local mode, I want to disable paging only while viewing on the website. If the report is 21 pages, I want the whole report to be displayed on the website as a “page”, and when printing and exporting, a search call will still be made.

thank

-b

+5
source share
1 answer

Just found a solution:

Open the report definition (.rdlc file) and set the property InteractiveSize Heightfor it for some useful value:

enter image description here

+5
source

All Articles