Condividi tramite


Proprietà ChartObjectCollectionBase<T, U>.Item

Gets an item in the collection by its index.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    index As Integer _
) As T
    Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

Tipo: T
An object of type T.

Vedere anche

Riferimento

ChartObjectCollectionBase<T, U> Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering