I need to compose a report using multiple subreports, "chained" together at runtime in a C# Forms project.
The subreports each represent a subtest of a product, and the data needs special formatting to make sense to the report users ( Special graphs, sensible column names with/without engineering details etc )
I Imagine that every Subreport has a subreport field so that I at runtime can insert the next subreport into. Obviously the first (main) report has a subreport as well, and a finalizing subreport does not (summary subreport)
Is it possible to build chain subreports together at runtime ?
Does anyone out there have a sample?
Kind Regards Jes