Condividi tramite


Proprietà GaugePanelObjectCollectionBase<T>.Item

Gets the item at the specified 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 GaugePanelObjectCollectionBase 
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
The item at the specified index.

Vedere anche

Riferimento

GaugePanelObjectCollectionBase<T> Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering