joining reports
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
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
This discussion has been closed.
Comments
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