Hi,
I would like to create a kind of master report, with 2 sections. The first will contains a subreport that will always be the same. The other section will contain a subreport that would be loaded with differents .rpt files, depending on some business rules.
I tried to use something like:
report.Subreport["subReportName"].Load("path to desired .rpt")
but Crystal return an error saying it is an invalid operation. There is another way to do that?
Thanks!