ActiveReports Developer 7
Item Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItemCollection Class : Item Property

Glossary Item Box

Gets or sets a specific ReportItem object in the ReportItemCollection by position.

Overload List

OverloadDescription
Item(Int32)Gets or sets a specific ReportItem object in the ReportItemCollection by position.  
Item(String)Gets the specified report item from the collection located at the position specified by the index.  

See Also