Compartir a través de


GaugeMemberCollection.Item Propiedad

Gets the item at the specific index.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Overrides ReadOnly Default Property Item ( _
    index As Integer _
) As GaugeMember 
    Get
'Uso
Dim instance As GaugeMemberCollection 
Dim index As Integer 
Dim value As GaugeMember 

value = instance(index)
public override GaugeMember this[
    int index
] { get; }
public:
virtual property GaugeMember^ default[int index] {
    GaugeMember^ get (int index) override;
}
abstract Item : GaugeMember 
override Item : GaugeMember
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.GaugeMember
A GaugeMember object at the specified index.

Vea también

Referencia

GaugeMemberCollection Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering