Append Chunk Data to Rendered Report

Stimulsoft Reports.JS discussion
Post Reply
parth.jariwala
Posts: 16
Joined: Thu Dec 12, 2024 10:12 am

Append Chunk Data to Rendered Report

Post by parth.jariwala »

Hello, i am working with very large data set in report js with vue 3 and it takes too much time and sometimes it crashes my browser. So right now i want to create report with initial chunks and render it and in background process i want to append remaining data chunks by chunks. How can i achieve my requirement??
Thanks.
Lech Kulikowski
Posts: 7292
Joined: Tue Mar 20, 2018 5:34 am

Re: Append Chunk Data to Rendered Report

Post by Lech Kulikowski »

Hello,

In this case, you need to render reports on the server side - for example, Node.JS
https://github.com/stimulsoft/Samples-R ... or-Node.js

Thank you.
parth.jariwala
Posts: 16
Joined: Thu Dec 12, 2024 10:12 am

Re: Append Chunk Data to Rendered Report

Post by parth.jariwala »

Can you please send me some demo code because i have looked into repositories you provided but i have not found my requirement and my dataset might be of 100000 records of maybe or much higher and how do i pass this large data to report ??
Lech Kulikowski
Posts: 7292
Joined: Tue Mar 20, 2018 5:34 am

Re: Append Chunk Data to Rendered Report

Post by Lech Kulikowski »

parth.jariwala
Posts: 16
Joined: Thu Dec 12, 2024 10:12 am

Re: Append Chunk Data to Rendered Report

Post by parth.jariwala »

I have implemented the solution you provided but it still takes time and works perfectly fine until 5000 records but after that it takes too much time. For 100000 records it takes around 5 Minutes. Can you please provide an alternative solution which works faster and full-fill my requirement. Or library provide any functionality for rendering report with initial chunk and append data to report simultaneously ??
Thanks.
Lech Kulikowski
Posts: 7292
Joined: Tue Mar 20, 2018 5:34 am

Re: Append Chunk Data to Rendered Report

Post by Lech Kulikowski »

Hello,

Unfortunately, there are no other ways. All data should be loaded before report rendering.

Thank you.
Post Reply