Report paging and timeout

Stimulsoft Reports.WEB discussion
Post Reply
user123
Posts: 1
Joined: Wed Apr 28, 2021 8:36 am

Report paging and timeout

Post 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.
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Report paging and timeout

Post 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.
Post Reply