Accessing a subreport's ReportDocument instance

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

H

I have two subreports that I can get populated with data and they display fine. I just create the appropriate report object, set its data source (using SetDataSource) and then export the report (to pdf)

I have now created a report that reuses the two working subreports in its details section. My problem is that I can't find any way of getting hold of either subreport as a ReportDocument instance to set its data source.

I am doing something wrong or is this approach not possible

Thanks in advance
 
Back
Top