ActiveReports Developer 7
Item Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ControlCollection Class : Item Property

Glossary Item Box

Returns a control in the collection at the specified index or with a specified name.

Overload List

OverloadDescription
Item(Int32)Gets the Control object at the specified indexed location in the ControlCollection.  
Item(String)Gets the Control object with the specified name in the ControlCollection.  

See Also