RadialScaleCollection.Item[String] Property

Definition

Gets the item of the specified name.

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

Parameters

name
String

The name of the item in the collection.

Property Value

A RadialScale object of the specified name.

Applies to