MapColorScaleInstance Class

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

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

Syntax

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

The MapColorScaleInstance type exposes the following members.

Properties

  Name Description
Public property BottomMargin Gets the calculated value of the BottomMargin property in a MapSubItem class. (Inherited from MapSubItemInstance.)
Public property ColorBarBorderColor Gets the calculated value of the ColorBarBorder() property in a MapColorScale class.
Public property DockOutsideViewport Gets the calculated value of the DockOutsideViewport property in a MapDockableSubItem class. (Inherited from MapDockableSubItemInstance.)
Public property Hidden Gets the calculated value of the Hidden property in a MapDockableSubItem class. (Inherited from MapDockableSubItemInstance.)
Public property HideEndLabels Gets the calculated value of the HideEndLabels property in a MapColorScale class.
Public property LabelBehavior Gets the calculated value of the LabelBehavior property in a MapColorScale class.
Public property LabelFormat Gets the calculated value of the LabelFormat property in a MapColorScale class.
Public property LabelInterval Gets the calculated value of the LabelInterval property in a MapColorScale class.
Public property LabelPlacement Gets the calculated value of the LabelPlacement property in a MapColorScale class.
Public property LeftMargin Gets the calculated value of the LeftMargin property in a MapSubItem class. (Inherited from MapSubItemInstance.)
Public property NoDataText Gets the calculated value of the NoDataText property in a MapColorScale class.
Public property Position Gets the calculated value of the Position property in a MapDockableSubItem class. (Inherited from MapDockableSubItemInstance.)
Public property RangeGapColor Gets the calculated value of the RangeGapColor property in a MapColorScale class.
Public property RightMargin Gets the calculated value of the RightMargin property in a MapSubItem class. (Inherited from MapSubItemInstance.)
Public property Style Gets the calculated value of the Style property in a MapSubItem class. (Inherited from MapSubItemInstance.)
Public property TickMarkLength Gets the calculated value of the TickMarkLength property in a MapColorScale class.
Public property ToolTip Gets the calculated value of the ToolTip property in a MapDockableSubItem class. (Inherited from MapDockableSubItemInstance.)
Public property TopMargin Gets the calculated value of the TopMargin property in a MapSubItem class. (Inherited from MapSubItemInstance.)
Public property ZIndex Gets the calculated value of the ZIndex property in a MapSubItem class. (Inherited from MapSubItemInstance.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method ResetInstanceCache Infrastructure. (Inherited from MapDockableSubItemInstance.)
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.