ActiveReports Developer 7
ReportItems Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > IRdlContainer Interface : ReportItems Property

Glossary Item Box

Gets a collection of report items.

Syntax

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

Property Value

A ReportItemCollection of ReportItem objects.

See Also