Loading data progressively to improve performance over network

Stimulsoft Reports.NET discussion
Post Reply
lchorley
Posts: 3
Joined: Mon Jul 25, 2022 8:42 am

Loading data progressively to improve performance over network

Post by lchorley »

Hello StimulSoft team,

We're looking at StimulSoft Reports as a way to replace our existing legacy reporting software. We've starting doing tests and found that the data for a report seems like it needs to be loaded all in one go before the generation can start.
From our tests, in the high level code and from searching through this forum, its seems that progressive loading or data paging is not currently supported.

In the method StiDataCollection.RegData it's explicitly stated that IDataReader is not supported. I suppose it's for this reason ?
We did a test through OData as well that was set as paged, but only the first page of data was actually used in the report.

Can you please confirm this behaviour and if you ever plan to implement data paging ?

Thanking you in advance,
Loren
Lech Kulikowski
Posts: 6245
Joined: Tue Mar 20, 2018 5:34 am

Re: Loading data progressively to improve performance over network

Post by Lech Kulikowski »

Hello,

Yes, at the current moment, all data should be loaded before report rendering.
Unfortunately, we can not say exactly will or when that behavior will be changed.

Thank you.
lchorley
Posts: 3
Joined: Mon Jul 25, 2022 8:42 am

Re: Loading data progressively to improve performance over network

Post by lchorley »

Hi Lech

Thank you for your reply.

Kindly
Loren
Max Shamanov
Posts: 786
Joined: Tue Sep 07, 2021 10:11 am

Re: Loading data progressively to improve performance over network

Post by Max Shamanov »

Hello,

You are welcome!
Post Reply