Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- name
Type: System.String
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ScaleRange
A ScaleRange object that has the specified name.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace