ActiveReports Developer 7
Components Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > IReportComponentContainer Interface : Components Property

Glossary Item Box

Gets the child components contained inside the container.

Syntax

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

Property Value

A read-only  ReportComponentCollection containing the child components in the container.

See Also