Compartilhar via


GaugeMemberCollection.Item[Int32] Propriedade

Definição

Obtém o item no índice específico.

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::GaugeMember ^ default[int] { Microsoft::ReportingServices::OnDemandReportRendering::GaugeMember ^ get(int index); };
public override Microsoft.ReportingServices.OnDemandReportRendering.GaugeMember this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.OnDemandReportRendering.GaugeMember
Default Public Overrides ReadOnly Property Item(index As Integer) As GaugeMember

Parâmetros

index
Int32

O índice do item.

Valor da propriedade

Um objeto GaugeMember no índice especificado.

Aplica-se a