ActiveReports Developer 7
Components Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > HeaderFooter Class : Components Property

Glossary Item Box

Gets a ReportComponentCollection object containing all the components hosted in the control.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Components As ReportComponentCollection
C# 
public ReportComponentCollection Components {get;}

Property Value

A read-only DataDynamics.Reports.ReportObjectModel.Rdl.ReportComponentCollection object containing all the components hosted in the control.

See Also