Proprietà 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
- index
Tipo: System. . :: . .Int32
Valore proprietà
Tipo: T
An object of type T.