# GrapeCity.ActiveReports.Rendering.ReportStore.SubreportsStore.Map

## Content

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




<h1 id="GrapeCity_ActiveReports_Rendering_ReportStore_SubreportsStore_Map" data-uid="GrapeCity.ActiveReports.Rendering.ReportStore.SubreportsStore.Map" class="text-break">Map Field
</h1>
<div class="markdown level0 summary"><p>Index - report index: 0 - main report; 1,2,etc - index of subreport from Subreports starting from 1.
Value - dictionary to resolve report subreports. Key is subreport name in definition, Value is report index (0 - main report; 1,2,etc - index of subreport from Subreports starting from 1).</p>
</div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Rendering.html">GrapeCity.ActiveReports.Rendering</a></h6>
<h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
<h5 id="GrapeCity_ActiveReports_Rendering_ReportStore_SubreportsStore_Map_syntax">Syntax</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public List&lt;Dictionary&lt;string, int&gt;&gt; Map</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2">Dictionary</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>&gt;&gt;</td>
      <td>Index - report index: 0 - main report; 1,2,etc - index of subreport from Subreports starting from 1. Value - dictionary to resolve report subreports. Key is subreport name in definition, Value is report index (0 - main report; 1,2,etc - index of subreport from Subreports starting from 1).</td>
    </tr>
  </tbody>
</table>
</div>
