Freigeben über


DataValueCollection.Item-Eigenschaft

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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

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

Eigenschaftswert

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

Siehe auch

Verweis

DataValueCollection Klasse

Microsoft.ReportingServices.ReportRendering-Namespace