Page 1 of 1

Report paging and timeout

Posted: Sat May 01, 2021 10:49 am
by user123
Hi,
We have a big report, and we get timeout in web (Asp.NET MVC). How can we handle paging, so we can send only the first page from GetReport action (and then not getting timeout)? Because if we don't return all pages from GetReport action, the paging considers only the rendered pages and paging controls will be disabled. BTW, we can calculate page-size and total-pages-number.

Re: Report paging and timeout

Posted: Tue May 04, 2021 6:52 am
by Lech Kulikowski
Hello,

Unfortunately, the pagination feature is not supported.
You can use the StopBeforePage property to render only one page and show it in the viewer and in the background you can render a full report and when it will be rendered show it.

Thank you.