Loading Report Data in Batches

Stimulsoft Reports.WEB discussion
Post Reply
307sushant1527
Posts: 6
Joined: Sat Jul 06, 2013 7:25 am

Loading Report Data in Batches

Post by 307sushant1527 »

Hi Team,
I have a button "Load Report".
When i click on this button i pass a sql string "select fname,lname,bdate,email from DimEmployee" from javascript to sql and get dataset using a wcf service.
The table has 18,000 rows of data.So after clicking the button i have to wait approx 2 min for viewing the report.

So is it possible to load data in blocks?????????

Eg : initially first page will be loaded and then when i scroll 2nd page n so o.

I checked cache mode property but in that case also for caching the data i need to bring entire data first.

18,000 rows is just an eg data might be bigger than that.
Is there a solution for this????
If, Yes , Can you attach s sample for the same
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Loading Report Data in Batches

Post by Alex K. »

Hello,

Unfortunately, this feature is not supported. Please try to split report or use the filtering.

Thank you.
Post Reply