MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TablixMember Class / Components Property

In This Topic
Components Property (TablixMember)
In This Topic
Gets a ReportComponentCollection containing all the ReportComponent in the container.
Syntax
'Declaration
 
Public ReadOnly Property Components As ReportComponentCollection
 

Property Value

A read-only ReportComponentCollection object containing all the ReportComponent objects in the container.
See Also