ActiveReports 11
Item Property (IValueCollection)

GrapeCity.ActiveReports.Extensibility.v11 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IValueCollection Interface : Item Property
The index of the item.
A member of the collection as referenced by the integer index.
Syntax
'Declaration
 
ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Object
object this[ 
   int index
]; {get;}

Parameters

index
The index of the item.
See Also

Reference

IValueCollection Interface
IValueCollection Members