Merge Reports without DataSource merge

edited 7:14PM in FastReport .NET
Hi,

I'm building a framework which can be used to write sql queries that get executed and converted to DataSets.
Currently I want to make it possible to create "combined" reports, means you can select subreports and everthing should result in one single PDF.

My problem is that if I use the reportData.Prepare(false) trick the Datasets get merged as well.
I don't want to merge the PDFs because that could cause some successive pages to be almost empty.
I also can't use group headers because i cannot reproduce the complicated database-structure this way.

Regards

Leave a Comment