ActiveReports Developer 7
ReportItems Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportComponentContainer Class : ReportItems Property

Glossary Item Box

Gets a GrapeCity.ActiveReports.ReportObjectModel.ReportItemCollection containing all the ReportItems in the container.

Syntax

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

Property Value

a GrapeCity.ActiveReports.ReportObjectModel.ReportItemCollection containing all the ReportItems in the container.

See Also