# GrapeCity.ActiveReports.Rendering.Bidi.Helper.UpdateMap

## Content

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



<h1 id="GrapeCity_ActiveReports_Rendering_Bidi_Helper_UpdateMap_" data-uid="GrapeCity.ActiveReports.Rendering.Bidi.Helper.UpdateMap*">UpdateMap Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Rendering_Bidi_Helper_UpdateMap_" data-uid="GrapeCity.ActiveReports.Rendering.Bidi.Helper.UpdateMap*"></a>
<h4 id="GrapeCity_ActiveReports_Rendering_Bidi_Helper_UpdateMap_System_Int32_System_Collections_Generic_IList_GrapeCity_ActiveReports_Rendering_Bidi_MapEntry__" data-uid="GrapeCity.ActiveReports.Rendering.Bidi.Helper.UpdateMap(System.Int32,System.Collections.Generic.IList{GrapeCity.ActiveReports.Rendering.Bidi.MapEntry})">UpdateMap(int, IList&lt;MapEntry&gt;)</h4>
<div class="markdown level1 summary"><p>Allows the map to update all entries affected when a character is removed.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void UpdateMap(int indexRemoved, IList&lt;MapEntry&gt; map)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">indexRemoved</span></td>
      <td><p>The index of the removed character.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="GrapeCity.ActiveReports.Rendering.Bidi.MapEntry.html">MapEntry</a>&gt;</td>
      <td><span class="parametername">map</span></td>
      <td><p>The list of map entries to update.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
