Partager via


Propriété DataValueCollection.Item (Int32)

Gets the item at the specified index.

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

Syntaxe

'Déclaration
Public Overrides 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 override DataValue this[
    int index
] { get; }
public:
virtual property DataValue^ default[int index] {
    DataValue^ get (int index) override;
}
abstract Item : DataValue 
override 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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.DataValue
A DataValue object at the specified index.

Voir aussi

Référence

DataValueCollection Classe

Surcharge Item

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering