Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

joining reports

edited April 2006 in General
Hi,

if I join external reports via subreports within a masterreport then
the methode "SetReportProperty" (e.g. SetReportProperty(ppReport2)) has
to be called.

I do this and it works, but I don't know exactly what is done by this.

Can somebody enlighten me.

Thank you,
Josef Gschwendtner

Comments

  • edited April 2006

    By default, the SubReport.Report property references a ChildReport object
    that is internally created and managed by the SubReport. (ChildReport and
    Report both descend from CusomReport).

    Calling Subreport.SetReportProperty(myReport) causes the Subreport.Report
    property to reference an external report.



    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.