MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportComponentContainer Class / ReportItems Property

In This Topic
ReportItems Property (ReportComponentContainer)
In This Topic
Gets a ReportItemCollection containing all the ReportItems in the container.
Syntax
'Declaration
 
Public ReadOnly Property ReportItems As ReportItemCollection
 

Property Value

A ReportItemCollection object containing all the ReportItem objects in the container.
See Also