Class MapDockableSubItem
Represents a dockable item in the map item.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BoldReports.RDL.DOM
Assembly: BoldReports.Wpf.dll
Syntax
public abstract class MapDockableSubItem : MapSubItem
Constructors
MapDockableSubItem()
Declaration
protected MapDockableSubItem()
Properties
ActionInfo
Declaration
public ActionInfo ActionInfo { get; set; }
Property Value
Type | Description |
---|---|
BoldReports.RDL.DOM.ActionInfo |
DockOutsideViewport
Declaration
public bool DockOutsideViewport { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Hidden
Declaration
public string Hidden { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Position
Declaration
public string Position { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ToolTip
Declaration
public string ToolTip { get; set; }
Property Value
Type | Description |
---|---|
System.String |