Server-side paging

Stimulsoft Reports.NET discussion
Post Reply
beginner
Posts: 36
Joined: Thu Jun 18, 2015 5:01 am

Server-side paging

Post by beginner »

Hi,

I'm using SQL Connection Data Source in my report. In some scenarios I have a very large report, maybe 400 pages, I've noticed that Stimulsoft will generate the whole report at once before sending it to the browser which causes a long loading time.

Please guide me if I can enable paging on the server-side, so just current page is generated.

If it's not available in SQL Data Source, please point me to the right direction. What else can I do increase my app's performance and shorten loading time.

Thanks in advance,
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Server-side paging

Post by HighAley »

Hello.

Unfortunately, it's impossible to show the first page until the whole report is rendered.

As a way you could split report on parts and ask user what part of the report to show.

Thank you.
Post Reply