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

index
Index of the section to be returned.

Glossary Item Box

Gets the Section object at the specified indexed location in the SectionCollection.

Syntax

Visual Basic (Declaration) 
Public Overloads ReadOnly Property Item( _
   ByVal index As System.Integer _
) As Section
C# 
public Section Item( 
   System.int index
) {get;}

Parameters

index
Index of the section to be returned.

See Also