# GrapeCity.ActiveReports.PageReportModel.MapSubItem

## Content

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



  <h1 id="GrapeCity_ActiveReports_PageReportModel_MapSubItem" data-uid="GrapeCity.ActiveReports.PageReportModel.MapSubItem" class="text-break">MapSubItem Class
</h1>
  <div class="markdown level0 summary"><p>Defines the common properties for map 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"><span class="xref">MapSubItem</span></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapDockableSubItem.html">MapDockableSubItem</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapViewport.html">MapViewport</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_MapSubItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class 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_MapSubItem__ctor" data-uid="GrapeCity.ActiveReports.PageReportModel.MapSubItem.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapSubItem.-ctor.html#GrapeCity_ActiveReports_PageReportModel_MapSubItem__ctor">MapSubItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapSubItem.html">MapSubItem</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_MapSubItem_BottomMargin" data-uid="GrapeCity.ActiveReports.PageReportModel.MapSubItem.BottomMargin">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapSubItem.BottomMargin.html#GrapeCity_ActiveReports_PageReportModel_MapSubItem_BottomMargin">BottomMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Width of the bottom margin.
An expression should evaluate to a <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Length.html">Length</a>.
The default value is 0 in.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_MapSubItem_LeftMargin" data-uid="GrapeCity.ActiveReports.PageReportModel.MapSubItem.LeftMargin">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapSubItem.LeftMargin.html#GrapeCity_ActiveReports_PageReportModel_MapSubItem_LeftMargin">LeftMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Width of the left margin.
An expression should evaluate to a <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Length.html">Length</a>.
The default value is 0 in.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_MapSubItem_MapLocation" data-uid="GrapeCity.ActiveReports.PageReportModel.MapSubItem.MapLocation">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapSubItem.MapLocation.html#GrapeCity_ActiveReports_PageReportModel_MapSubItem_MapLocation">MapLocation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the sub item location within the map. Default for <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapViewport.html">MapViewport</a> (0,0), otherwise <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapDockableSubItem.Position.html#GrapeCity_ActiveReports_PageReportModel_MapDockableSubItem_Position">Position</a> is used.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_MapSubItem_MapSize" data-uid="GrapeCity.ActiveReports.PageReportModel.MapSubItem.MapSize">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapSubItem.MapSize.html#GrapeCity_ActiveReports_PageReportModel_MapSubItem_MapSize">MapSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the sub item size within the map. If omitted for <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapViewport.html">MapViewport</a> the default is (100,100) in percents.
Automatically calculated for <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapDockableSubItem.html">MapDockableSubItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_MapSubItem_RightMargin" data-uid="GrapeCity.ActiveReports.PageReportModel.MapSubItem.RightMargin">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapSubItem.RightMargin.html#GrapeCity_ActiveReports_PageReportModel_MapSubItem_RightMargin">RightMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Width of the right margin.
An expression should evaluate to a <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Length.html">Length</a>.
The default value is 0 in.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_MapSubItem_Style" data-uid="GrapeCity.ActiveReports.PageReportModel.MapSubItem.Style">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapSubItem.Style.html#GrapeCity_ActiveReports_PageReportModel_MapSubItem_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets style properties for map sub item. Each of the properties of type Color support transparency.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_MapSubItem_TopMargin" data-uid="GrapeCity.ActiveReports.PageReportModel.MapSubItem.TopMargin">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapSubItem.TopMargin.html#GrapeCity_ActiveReports_PageReportModel_MapSubItem_TopMargin">TopMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Width of the top margin.
An expression should evaluate to a <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Length.html">Length</a>.
The default value is 0 in.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_MapSubItem_ZIndex" data-uid="GrapeCity.ActiveReports.PageReportModel.MapSubItem.ZIndex">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MapSubItem.ZIndex.html#GrapeCity_ActiveReports_PageReportModel_MapSubItem_ZIndex">ZIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Drawing order of the item within the map.
An expression should evaluate to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>.
The default value is 0.</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>
