I saw there is a Reports property in the server-side reports (SSRS), but I fail to find a corresponding property in the local reports (RDLC) system.
The background is that I want to load the sub-reports dynamically (without knowning upfront which subreports are in which report), but for this I need to know their ReportName properties, as given in the main report.
Is there a way to do that without resorting to XML reading?
Mikhail