Page 1 of 1

Append Chunk Data to Rendered Report

Posted: Fri Dec 13, 2024 10:02 am
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.

Re: Append Chunk Data to Rendered Report

Posted: Fri Dec 13, 2024 10:51 am
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.

Re: Append Chunk Data to Rendered Report

Posted: Sat Dec 14, 2024 9:52 am
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 ??

Re: Append Chunk Data to Rendered Report

Posted: Mon Dec 16, 2024 12:34 pm
by Lech Kulikowski

Re: Append Chunk Data to Rendered Report

Posted: Tue Dec 17, 2024 8:19 am
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.

Re: Append Chunk Data to Rendered Report

Posted: Tue Dec 17, 2024 8:52 pm
by Lech Kulikowski
Hello,

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

Thank you.