ActiveReports 10
Item Property (DataValueCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataValueCollection Class : Item Property
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 Integer _
) As DataValue
public DataValue this[ 
   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