Freigeben über


GaugePanelObjectCollectionBase<T>.Item-Eigenschaft

Gets the item at the specified index.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As T
    Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

Eigenschaftswert

Typ: T
The item at the specified index.

Siehe auch

Verweis

GaugePanelObjectCollectionBase<T> Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace