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?!
Have the main report load all the subreports all the time, but only display the one you want conditionally.
Hide the subreports you don’t want conditionally, in other words.