# GrapeCity.ActiveReports.PageReportModel.Map

## Content

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



  <h1 id="GrapeCity_ActiveReports_PageReportModel_Map" data-uid="GrapeCity.ActiveReports.PageReportModel.Map" class="text-break">Map Class
</h1>
  <div class="markdown level0 summary"><p>Defines map-based data visualization.</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="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportComponent.html">ReportComponent</a></div>
    <div class="level4"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.html">ReportItem</a></div>
    <div class="level5"><span class="xref">Map</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IValidateable.html">IValidateable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IReportComponentContainer.html">IReportComponentContainer</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IRdlContainer.html">IRdlContainer</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IReportComponent.html">IReportComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</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_Map_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class Map : ReportItem, IValidateable, IReportComponentContainer, IRdlContainer, IReportComponent, IComponent, IDisposable</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_Map__ctor" data-uid="GrapeCity.ActiveReports.PageReportModel.Map.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.-ctor.html#GrapeCity_ActiveReports_PageReportModel_Map__ctor">Map()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.html">Map</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_Map_AccessibleDescription" data-uid="GrapeCity.ActiveReports.PageReportModel.Map.AccessibleDescription">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.AccessibleDescription.html#GrapeCity_ActiveReports_PageReportModel_Map_AccessibleDescription">AccessibleDescription</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the description of the control used by accessibility client applications.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Map_ActionInfo" data-uid="GrapeCity.ActiveReports.PageReportModel.Map.ActionInfo">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.ActionInfo.html#GrapeCity_ActiveReports_PageReportModel_Map_ActionInfo">ActionInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the map action info.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Map_AntiAliasing" data-uid="GrapeCity.ActiveReports.PageReportModel.Map.AntiAliasing">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.AntiAliasing.html#GrapeCity_ActiveReports_PageReportModel_Map_AntiAliasing">AntiAliasing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the anti-aliasing type expresion for a <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.html">Map</a> that evaluates to one of <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.AntiAliasing.html">AntiAliasing</a>.
If this element is not present, its value is interpreted as <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.AntiAliasing.html#GrapeCity_ActiveReports_PageReportModel_AntiAliasing_All">All</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Map_DocumentMapLabel" data-uid="GrapeCity.ActiveReports.PageReportModel.Map.DocumentMapLabel">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.DocumentMapLabel.html#GrapeCity_ActiveReports_PageReportModel_Map_DocumentMapLabel">DocumentMapLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies a label to identify a Map instance within the client UI in order to provide a user-friendly label for searching.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Map_InWizardMode" data-uid="GrapeCity.ActiveReports.PageReportModel.Map.InWizardMode">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.InWizardMode.html#GrapeCity_ActiveReports_PageReportModel_Map_InWizardMode">InWizardMode</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether map wizard should be showed or not in AR designer.
This property is not persistent, for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Map_MapBorderSkin" data-uid="GrapeCity.ActiveReports.PageReportModel.Map.MapBorderSkin">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.MapBorderSkin.html#GrapeCity_ActiveReports_PageReportModel_Map_MapBorderSkin">MapBorderSkin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the map border skin.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Map_MapColorScale" data-uid="GrapeCity.ActiveReports.PageReportModel.Map.MapColorScale">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.MapColorScale.html#GrapeCity_ActiveReports_PageReportModel_Map_MapColorScale">MapColorScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the map color scale.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Map_MapDataRegions" data-uid="GrapeCity.ActiveReports.PageReportModel.Map.MapDataRegions">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.MapDataRegions.html#GrapeCity_ActiveReports_PageReportModel_Map_MapDataRegions">MapDataRegions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the map data regions.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Map_MapDistanceScale" data-uid="GrapeCity.ActiveReports.PageReportModel.Map.MapDistanceScale">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.MapDistanceScale.html#GrapeCity_ActiveReports_PageReportModel_Map_MapDistanceScale">MapDistanceScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the map distance scale.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Map_MapLayers" data-uid="GrapeCity.ActiveReports.PageReportModel.Map.MapLayers">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.MapLayers.html#GrapeCity_ActiveReports_PageReportModel_Map_MapLayers">MapLayers</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the map layers.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Map_MapLegends" data-uid="GrapeCity.ActiveReports.PageReportModel.Map.MapLegends">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.MapLegends.html#GrapeCity_ActiveReports_PageReportModel_Map_MapLegends">MapLegends</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the map legends.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Map_MapTitles" data-uid="GrapeCity.ActiveReports.PageReportModel.Map.MapTitles">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.MapTitles.html#GrapeCity_ActiveReports_PageReportModel_Map_MapTitles">MapTitles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the map titles.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Map_MapViewport" data-uid="GrapeCity.ActiveReports.PageReportModel.Map.MapViewport">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.MapViewport.html#GrapeCity_ActiveReports_PageReportModel_Map_MapViewport">MapViewport</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the map viewport.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Map_MaximumSpatialElementCount" data-uid="GrapeCity.ActiveReports.PageReportModel.Map.MaximumSpatialElementCount">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.MaximumSpatialElementCount.html#GrapeCity_ActiveReports_PageReportModel_Map_MaximumSpatialElementCount">MaximumSpatialElementCount</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the maximum number of spatial elements that are allowed in a <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.html">Map</a>.
If this element is not present, its value is interpreted as 20000.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Map_MaximumTotalPointCount" data-uid="GrapeCity.ActiveReports.PageReportModel.Map.MaximumTotalPointCount">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.MaximumTotalPointCount.html#GrapeCity_ActiveReports_PageReportModel_Map_MaximumTotalPointCount">MaximumTotalPointCount</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the maximum total number of map points in all spatial elements that are allowed in a <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.html">Map</a>.
If this element is not present, its value is interpreted as 1000000.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Map_PageBreak" data-uid="GrapeCity.ActiveReports.PageReportModel.Map.PageBreak">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.PageBreak.html#GrapeCity_ActiveReports_PageReportModel_Map_PageBreak">PageBreak</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the page break.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Map_PageName" data-uid="GrapeCity.ActiveReports.PageReportModel.Map.PageName">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.PageName.html#GrapeCity_ActiveReports_PageReportModel_Map_PageName">PageName</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies value to use for the name of a paginated page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Map_ShadowIntensity" data-uid="GrapeCity.ActiveReports.PageReportModel.Map.ShadowIntensity">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.ShadowIntensity.html#GrapeCity_ActiveReports_PageReportModel_Map_ShadowIntensity">ShadowIntensity</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the intensity of the shadows throughout a <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.html">Map</a>.
If this element is not present, its value is interpreted as 25.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Map_TextAntiAliasingQuality" data-uid="GrapeCity.ActiveReports.PageReportModel.Map.TextAntiAliasingQuality">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.TextAntiAliasingQuality.html#GrapeCity_ActiveReports_PageReportModel_Map_TextAntiAliasingQuality">TextAntiAliasingQuality</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the anti-aliasing quality of the text of a <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.html">Map</a> that evaluates to one of the values in <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.TextAntiAliasingQuality.html">TextAntiAliasingQuality</a>.
If this element is not present, its value is interpreted as <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.TextAntiAliasingQuality.html#GrapeCity_ActiveReports_PageReportModel_TextAntiAliasingQuality_High">High</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Map_TileLanguage" data-uid="GrapeCity.ActiveReports.PageReportModel.Map.TileLanguage">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.TileLanguage.html#GrapeCity_ActiveReports_PageReportModel_Map_TileLanguage">TileLanguage</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the primary language of map tiles, an expression should evaluate to a valid language code string.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_Map_GetExpressions" data-uid="GrapeCity.ActiveReports.PageReportModel.Map.GetExpressions">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.GetExpressions.html#GrapeCity_ActiveReports_PageReportModel_Map_GetExpressions">GetExpressions()</a>
        </td>
        <td class="markdown level1 summary"><p>Internal use only</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.RomUtils.GetReportFromComponent.html#GrapeCity_ActiveReports_PageReportModel_RomUtils_GetReportFromComponent_GrapeCity_ActiveReports_PageReportModel_IReportComponent_">RomUtils.GetReportFromComponent(IReportComponent)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.RomUtils.GetReportSectionFromComponent.html#GrapeCity_ActiveReports_PageReportModel_RomUtils_GetReportSectionFromComponent_GrapeCity_ActiveReports_PageReportModel_IReportComponent_">RomUtils.GetReportSectionFromComponent(IReportComponent)</a>
  </div>
  <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>
      <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ReportItemExtensions.Clone.html#GrapeCity_ActiveReports_Rdl_Tools_ReportItemExtensions_Clone__1___0_">ReportItemExtensions.Clone&lt;TItem&gt;(TItem)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.RomUtils.IsContentPlaceHolder.html#GrapeCity_ActiveReports_PageReportModel_RomUtils_IsContentPlaceHolder_GrapeCity_ActiveReports_PageReportModel_ReportItem_">RomUtils.IsContentPlaceHolder(ReportItem)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ReportExtensions.GetSelfAndAllDescendants.html#GrapeCity_ActiveReports_Rdl_Tools_ReportExtensions_GetSelfAndAllDescendants_GrapeCity_ActiveReports_PageReportModel_ReportItem_">ReportExtensions.GetSelfAndAllDescendants(ReportItem)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ReportItemExtensions.GetReportItemTypeName.html#GrapeCity_ActiveReports_Rdl_Tools_ReportItemExtensions_GetReportItemTypeName_GrapeCity_ActiveReports_PageReportModel_ReportItem_">ReportItemExtensions.GetReportItemTypeName(ReportItem)</a>
  </div>

</div>
