MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / Parent Property

In This Topic
Parent Property (Report)
In This Topic
Gets or sets a parent container.
Syntax
'Declaration
 
Public Overrides NotOverridable Property Parent As IReportComponentContainer
 

Property Value

An IReportComponentContainer object representing the parent container.
Remarks
The Report does not not use this property.
See Also