GaugeLabelCollection.Item[String] Property

Definition

Gets the item that has the specified name.

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::GaugeLabel ^ default[System::String ^] { Microsoft::ReportingServices::OnDemandReportRendering::GaugeLabel ^ get(System::String ^ name); };
public Microsoft.ReportingServices.OnDemandReportRendering.GaugeLabel this[string name] { get; }
member this.Item(string) : Microsoft.ReportingServices.OnDemandReportRendering.GaugeLabel
Default Public ReadOnly Property Item(name As String) As GaugeLabel

Parameters

name
String

The name of the item in the collection.

Property Value

A GaugeLabel object of the specified name.

Applies to