ScaleRangeInstance Class

Represents an instance type of the ScaleRange class and contains the calculated values of the properties in ScaleRange.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.ScaleRangeInstance

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

Syntax

'Declaration
Public NotInheritable Class ScaleRangeInstance _
    Inherits BaseInstance
'Usage
Dim instance As ScaleRangeInstance
public sealed class ScaleRangeInstance : BaseInstance
public ref class ScaleRangeInstance sealed : public BaseInstance
[<SealedAttribute>]
type ScaleRangeInstance =  
    class 
        inherit BaseInstance 
    end
public final class ScaleRangeInstance extends BaseInstance

The ScaleRangeInstance type exposes the following members.

Properties

  Name Description
Public property BackgroundGradientType Gets the calculated value of the BackgroundGradientType property in a ScaleRange class.
Public property DistanceFromScale Gets the calculated value of the DistanceFromScale property in a ScaleRange class.
Public property EndWidth Gets the calculated value of the EndWidth property in a ScaleRange class.
Public property Hidden Gets the calculated value of the Hidden property in a ScaleRange class.
Public property InRangeBarPointerColor Gets the calculated value of the InRangeBarPointerColor property in a ScaleRange class.
Public property InRangeLabelColor Gets the calculated value of the InRangeLabelColor property in a ScaleRange class.
Public property InRangeTickMarksColor Gets the calculated value of the InRangeTickMarksColor property in a ScaleRange class.
Public property Placement Gets the calculated value of the Placement property in a ScaleRange class.
Public property StartWidth Gets the calculated value of the StartWidth property in a ScaleRange class.
Public property Style Gets the calculated value of the Style property in a ScaleRange class.
Public property ToolTip Gets the calculated value of the ToolTip property in a ScaleRange class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace