Merge Locally Modified Reports into a Single HTML Container with Full Toolbar

Stimulsoft Reports.JS discussion
Post Reply
almethalyair
Posts: 1
Joined: Sun Jul 06, 2025 9:19 am

Merge Locally Modified Reports into a Single HTML Container with Full Toolbar

Post by almethalyair »

Hi everyone,

I’m working with multiple reports displayed on the same page. Some of these reports may have been modified locally by the user (e.g., through parameters, filters, or other changes).

What I need is a way to gather all reports that have local changes and merge them into a single HTML <div>. Ideally, this combined output should function just like a regular report including all viewer options and the full toolbar.

Is there a recommended way to dynamically combine modified reports and render them as one unified report instance?

Thanks in advance!
Lech Kulikowski
Posts: 7295
Joined: Tue Mar 20, 2018 5:34 am

Re: Merge Locally Modified Reports into a Single HTML Container with Full Toolbar

Post by Lech Kulikowski »

Hello,

Please see the following sample:
https://github.com/stimulsoft/Samples-R ... 20One.html

Thank you.
Post Reply