Accessing a subreport's ReportDocument instance

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • dc

    #1

    Accessing a subreport's ReportDocument instance

    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
  • dc

    #2
    RE: Accessing a subreport's ReportDocument instance

    Forgot to mention this query relates to Crystal Reports .NET and VS.NET 2003.

    Comment

    Working...