ActiveReports Developer 7
ParentReport Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IBody Interface : ParentReport Property

Glossary Item Box

Returns the report this body is within.

Syntax

Visual Basic (Declaration) 
ReadOnly Property ParentReport As IReport
C# 
IReport ParentReport {get;}

See Also