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

Glossary Item Box

Returns a reference to a Section in the SectionCollection using its index or unique name.

Overload List

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

See Also