Partager via


Propriété ChartObjectCollectionBase<T, U>.Item

Gets an item in the collection by its index.

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

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As T
    Get
'Utilisation
Dim instance As ChartObjectCollectionBase 
Dim index As Integer 
Dim value As T

value = instance(index)
public T this[
    int index
] { get; }
public:
property T default[int index] {
    T get (int index);
}
member Item : 'T
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 : T
An object of type T.

Voir aussi

Référence

ChartObjectCollectionBase<T, U> Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering