MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / DataValueCollection Class / Item Property
The value index.

In This Topic
Item Property (DataValueCollection)
In This Topic
Gets the DataValue at the specified index.
Syntax
'Declaration
 
Public MustOverride ReadOnly Default Property Item( _
   ByVal index As Integer _
) As DataValue
 

Parameters

index
The value index.

Property Value

The DataValue located at the specified index.
See Also