ActiveReports Developer 7
Parent Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > IReportComponent Interface : Parent Property

Glossary Item Box

Gets or sets an IReportComponentContainer representing the parent container.

Syntax

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

Property Value

An IReportComponentContainer representing the parent container.

See Also