I am creating a CR report where data from a single source but needs to be presented in the report in 3 different ways (summary, details and charts). I have to insert 2 sub-reports to do that. It's working but the performance is bad because it queries DB 3 times. So my question is Can the parent report share the data results with the sub-reports so I only need query database one time?
Thank you!