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

Glossary Item Box

Gets the report items contained in the List.

Syntax

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

Property Value

ReportItemCollection representing the report items contained inside the control.

See Also