Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
- index
Tipo: System.Int32
The index of the item.
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.GaugeMember
A GaugeMember object at the specified index.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering