ScaleRangeCollection.Item Property (String)

Gets or sets the item at the specified key.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    name As String _
) As ScaleRange
    Get
'Usage
Dim instance As ScaleRangeCollection
Dim name As String
Dim value As ScaleRange

value = instance(name)
public ScaleRange this[
    string name
] { get; }
public:
property ScaleRange^ default[String^ name] {
    ScaleRange^ get (String^ name);
}
member Item : ScaleRange
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ScaleRange
A ScaleRange object that has the specified name.