Partager via


Propriété DataValueCollection.Item

Gets the data value at the specified index.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As DataValue 
    Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

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

Valeur de propriété

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

Voir aussi

Référence

DataValueCollection Classe

Espace de noms Microsoft.ReportingServices.ReportRendering