Main Report Reference - RB7.02 EndUser Program
I have a custom subreport component in which I want to reference the
main report. I reference the subreports parent as
"Report.ParentReport" but how do I directly reference the ultimate
main report?
I need this reference to be thread safe for background printing and
Report Server use.
Thanks,
Rick Matthews
Dartek Systems Inc.
main report. I reference the subreports parent as
"Report.ParentReport" but how do I directly reference the ultimate
main report?
I need this reference to be thread safe for background printing and
Report Server use.
Thanks,
Rick Matthews
Dartek Systems Inc.
This discussion has been closed.
Comments
subreport, it has an embedded child report object which is the
TppSubreport.Report property. In your descendent you can reference the
inherited Report property by name to get this object. This child report
object is a TppCustomReport and has the MainReport property which points to
the 'main' report you want.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
didn't see it!
Cheers,