Hi,
I have multiple reports that take the same parameters.
Need to create a master report with all the reports merged together. I dont want to copy paste the rdlc files into one large file.
found a control by Telerik called ReportBook but it costs money!! http://www.telerik.com/help/reporting/designing-reports-general-explanation.html
anyone knows something similar? or am i missing something very obvious?
using visual studio 2005...
Cheers
EDIT:- i have tried to generate the rdlc file on the fly. doesnt work very well with multiple datasources. falling back on copy pasting all my reports into one big rdlc file.
will subreports solve my problem? not sure how these work. i have seen drill down reports work. as a matter of fact i have a two stage drill down report that needs to appear flattened on one page.
so say i have a report that lists employers and i create a subreport that lists all employees for a particular empoyer. is it then possible on one rdlc to have the list of employers and a bunch of subreports for each employer's employees?