ActiveReports Developer 7
ReportItems Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IReportItemContainer Interface : ReportItems Property

Glossary Item Box

Returns the IReportItem objects in this container.

Syntax

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

See Also