# GrapeCity.ActiveReports.PageReportModel.MapDockableSubItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_PageReportModel_MapDockableSubItem" data-uid="GrapeCity.ActiveReports.PageReportModel.MapDockableSubItem" class="text-break">MapDockableSubItem Class
</h1>
  <div class="markdown level0 summary"><p>Defines the common properties for map dockable sub items</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapSubItem.html">MapSubItem</a></div>
    <div class="level2"><span class="xref">MapDockableSubItem</span></div>
      <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapColorScale.html">MapColorScale</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapDistanceScale.html">MapDistanceScale</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapLegend.html">MapLegend</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapTitle.html">MapTitle</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.html">GrapeCity.ActiveReports.PageReportModel</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rdl.dll</h6>
  <h5 id="GrapeCity_ActiveReports_PageReportModel_MapDockableSubItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class MapDockableSubItem : MapSubItem</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_MapDockableSubItem__ctor" data-uid="GrapeCity.ActiveReports.PageReportModel.MapDockableSubItem.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapDockableSubItem.-ctor.html#GrapeCity_ActiveReports_PageReportModel_MapDockableSubItem__ctor">MapDockableSubItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapDockableSubItem.html">MapDockableSubItem</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_MapDockableSubItem_ActionInfo" data-uid="GrapeCity.ActiveReports.PageReportModel.MapDockableSubItem.ActionInfo">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapDockableSubItem.ActionInfo.html#GrapeCity_ActiveReports_PageReportModel_MapDockableSubItem_ActionInfo">ActionInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Actions for the map sub item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_MapDockableSubItem_DockOutsideViewport" data-uid="GrapeCity.ActiveReports.PageReportModel.MapDockableSubItem.DockOutsideViewport">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapDockableSubItem.DockOutsideViewport.html#GrapeCity_ActiveReports_PageReportModel_MapDockableSubItem_DockOutsideViewport">DockOutsideViewport</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the sub item should be docked outside the viewport. Ignored if MapLocation is defined.
An expression should evaluate to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_MapDockableSubItem_Hidden" data-uid="GrapeCity.ActiveReports.PageReportModel.MapDockableSubItem.Hidden">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapDockableSubItem.Hidden.html#GrapeCity_ActiveReports_PageReportModel_MapDockableSubItem_Hidden">Hidden</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the item is hidden.
An expression should evaluate to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_MapDockableSubItem_Position" data-uid="GrapeCity.ActiveReports.PageReportModel.MapDockableSubItem.Position">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapDockableSubItem.Position.html#GrapeCity_ActiveReports_PageReportModel_MapDockableSubItem_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>The position of the sub item. Ignored if MapLocation is defined.
That evaluates to one of <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapDockableSubItem.MapPosition.html">MapDockableSubItem.MapPosition</a>.
The default value is <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapDockableSubItem.MapPosition.html#GrapeCity_ActiveReports_PageReportModel_MapDockableSubItem_MapPosition_TopCenter">TopCenter</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_MapDockableSubItem_ToolTip" data-uid="GrapeCity.ActiveReports.PageReportModel.MapDockableSubItem.ToolTip">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapDockableSubItem.ToolTip.html#GrapeCity_ActiveReports_PageReportModel_MapDockableSubItem_ToolTip">ToolTip</a>
        </td>
        <td class="markdown level1 summary"><p>Tool tip to display for the map sub item.
An expression should evaluate to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.CollectionExtensions.AddRange.html#GrapeCity_ActiveReports_Rdl_Tools_CollectionExtensions_AddRange__2___0_System_Collections_Generic_IEnumerable___1__">CollectionExtensions.AddRange&lt;TCollection, TItem&gt;(TCollection, IEnumerable&lt;TItem&gt;)</a>
  </div>

</div>
