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.Web.dll
Syntax
public abstract class MapDockableSubItem : MapSubItem
  Constructors
MapDockableSubItem()
Declaration
protected MapDockableSubItem()
  Properties
ActionInfo
Gets or sets the action information of the sub-item.
Declaration
public ActionInfo ActionInfo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| BoldReports.RDL.DOM.ActionInfo | An ActionInfo object representing the action information.  | 
      
DockOutsideViewport
Gets or sets a value indicating whether the sub-item should be docked outside the viewport.
Declaration
public bool DockOutsideViewport { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | A boolean value indicating dock status outside the viewport.  | 
      
Hidden
Gets or sets the hidden status of the sub-item.
Declaration
public string Hidden { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | A string representing whether the sub-item is hidden.  | 
      
Position
Gets or sets the position of the dockable sub-item.
Declaration
public string Position { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | A string representing the position.  | 
      
ToolTip
Gets or sets the tooltip associated with the sub-item.
Declaration
public string ToolTip { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | A string representing the tooltip.  |