GaugeMemberCollection.Item[Int32] Property

Definition

Gets the item at the specific index.

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

Parameters

index
Int32

The index of the item.

Property Value

A GaugeMember object at the specified index.

Applies to