ActiveReports 12
Components Property (Report)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Report Class : Components Property
Returns the ReportComponentCollection containing all of the components hosted in the report.
Syntax
'Declaration
 
Public ReadOnly Property Components As ReportComponentCollection
public ReportComponentCollection Components {get;}

Property Value

A read-only GrapeCity.ActiveReports.PageReportModel.Rdl.ReportComponentCollection containing all of the components hosted in the report.
See Also

Reference

Report Class
Report Members