Append Chunk Data to Rendered Report
-
- Posts: 16
- Joined: Thu Dec 12, 2024 10:12 am
Append Chunk Data to Rendered Report
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.
Thanks.
-
- Posts: 7292
- Joined: Tue Mar 20, 2018 5:34 am
Re: Append Chunk Data to Rendered Report
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.
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.
-
- Posts: 16
- Joined: Thu Dec 12, 2024 10:12 am
Re: Append Chunk Data to Rendered Report
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 ??
-
- Posts: 7292
- Joined: Tue Mar 20, 2018 5:34 am
-
- Posts: 16
- Joined: Thu Dec 12, 2024 10:12 am
Re: Append Chunk Data to Rendered Report
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.
Thanks.
-
- Posts: 7292
- Joined: Tue Mar 20, 2018 5:34 am
Re: Append Chunk Data to Rendered Report
Hello,
Unfortunately, there are no other ways. All data should be loaded before report rendering.
Thank you.
Unfortunately, there are no other ways. All data should be loaded before report rendering.
Thank you.