RadialGaugeCollection.Item[String] Property

Definition

Gets the item that has the specified name.

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

Parameters

name
String

The name of the item in the collection.

Property Value

A RadialGauge object that hass the specified name.

Applies to