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

Glossary Item Box

Sets or returns a reference to this object's parent. If the parent is unavailable null is returned.

Syntax

Visual Basic (Declaration) 
Property Parent As IRenderComponent
C# 
IRenderComponent Parent {get; set;}

See Also