ActiveReports 13
Item(Int32) Property

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ControlCollection Class > Item Property : Item(Int32) Property
The indexed location of the Control in the collection.
Gets the Control object at the specified indexed location in the ControlCollection.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As ARControl
public ARControl Item( 
   int index
) {get;}

Parameters

index
The indexed location of the Control in the collection.
See Also

Reference

ControlCollection Class
ControlCollection Members
Overload List