ActiveReports 12
Parent Property (Report)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Report Class : Parent Property
Gets or sets the parent IReportComponentContainer hosting this control.
Syntax
'Declaration
 
Public Overrides NotOverridable Property Parent As IReportComponentContainer
public override IReportComponentContainer Parent {get; set;}

Property Value

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

Reference

Report Class
Report Members