[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapDockableSubItem

MapDockableSubItem Class

Defines the common properties for map dockable sub items

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public abstract class MapDockableSubItem : MapSubItem

Constructors

Name Description
MapDockableSubItem()

Initializes a new instance of the MapDockableSubItem class.

Properties

Name Description
ActionInfo

Actions for the map sub item.

DockOutsideViewport

Gets or sets the sub item should be docked outside the viewport. Ignored if MapLocation is defined. An expression should evaluate to a bool.

Hidden

Gets or sets the item is hidden. An expression should evaluate to a bool.

Position

The position of the sub item. Ignored if MapLocation is defined. That evaluates to one of MapDockableSubItem.MapPosition. The default value is TopCenter.

ToolTip

Tool tip to display for the map sub item. An expression should evaluate to a string.

Extension Methods