ScaleRangeCollection.Item[String] Property

Definition

Gets the item at the specified key.

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

Parameters

name
String

A unique String expression that specifies a name that can be used, instead of a positional index, to access an item of the collection. name must correspond to the Key argument specified when the item was added to the collection.

Property Value

A ScaleRange object that has the specified name.

Applies to