Page 1 of 1

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

Posted: Sun Jul 06, 2025 9:33 am
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!

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

Posted: Mon Jul 07, 2025 4:02 am
by Lech Kulikowski
Hello,

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

Thank you.