[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportComponent.Parent

Parent Property

Parent

Gets or sets the parent container that hosts the report component.

Declaration
public virtual IReportComponentContainer Parent { get; set; }
Property Value
Type Description
IReportComponentContainer

An IReportComponentContainer object representing the parent container that hosts the report component.

Implements