ActiveReports 8
Item Property (DataValueCollection)

A zero-based Integer indicating the index of the DataValue object to return or set.
Gets or sets a specific DataValue object in the DataValueCollection by position.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As DataValue
public DataValue this[ 
   System.int index
]; {get; set;}

Parameters

index
A zero-based Integer indicating the index of the DataValue object to return or set.

Property Value

The DataValue object at the specified position.
See Also

Reference

DataValueCollection Class
DataValueCollection Members

Support Forum