ScaleRange Class
Represents a range to be drawn against a GaugeScale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ScaleRange _
Inherits GaugePanelObjectCollectionItem _
Implements IROMStyleDefinitionContainer, IROMActionOwner
'Usage
Dim instance As ScaleRange
public sealed class ScaleRange : GaugePanelObjectCollectionItem,
IROMStyleDefinitionContainer, IROMActionOwner
public ref class ScaleRange sealed : public GaugePanelObjectCollectionItem,
IROMStyleDefinitionContainer, IROMActionOwner
[<SealedAttribute>]
type ScaleRange =
class
inherit GaugePanelObjectCollectionItem
interface IROMStyleDefinitionContainer
interface IROMActionOwner
end
public final class ScaleRange extends GaugePanelObjectCollectionItem implements IROMStyleDefinitionContainer, IROMActionOwner
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering.ScaleRange
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.