Share via


DataValueCollection.Item Property

Gets the data value at the specified index.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As DataValue 
    Get
'Usage
Dim instance As DataValueCollection 
Dim index As Integer 
Dim value As DataValue 

value = instance(index)
public DataValue this[
    int index
] { get; }
public:
property DataValue^ default[int index] {
    DataValue^ get (int index);
}
member Item : DataValue
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

  • index
    Type: System.Int32
    The index of the data value to retrieve.

Property Value

Type: Microsoft.ReportingServices.ReportRendering.DataValue
A DataValue object.

See Also

Reference

DataValueCollection Class

Microsoft.ReportingServices.ReportRendering Namespace