ActiveReports 12
Item Property (IValueCollection)

GrapeCity.ActiveReports.Extensibility.v12 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.

Property Value

The element located at the specified index.
See Also

Reference

IValueCollection Interface
IValueCollection Members