# GrapeCity.ActiveReports.Rendering.Bidi.BiDiHelper.ResolveEmbeddingLevels

## Content

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



<h1 id="GrapeCity_ActiveReports_Rendering_Bidi_BiDiHelper_ResolveEmbeddingLevels_" data-uid="GrapeCity.ActiveReports.Rendering.Bidi.BiDiHelper.ResolveEmbeddingLevels*">ResolveEmbeddingLevels Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Rendering_Bidi_BiDiHelper_ResolveEmbeddingLevels_" data-uid="GrapeCity.ActiveReports.Rendering.Bidi.BiDiHelper.ResolveEmbeddingLevels*"></a>
<h4 id="GrapeCity_ActiveReports_Rendering_Bidi_BiDiHelper_ResolveEmbeddingLevels_System_Collections_Generic_List_GrapeCity_ActiveReports_Rendering_Bidi_CharType__GrapeCity_ActiveReports_Rendering_Bidi_LevelOverride_System_Collections_Generic_List_GrapeCity_ActiveReports_Rendering_Bidi_MapEntry__" data-uid="GrapeCity.ActiveReports.Rendering.Bidi.BiDiHelper.ResolveEmbeddingLevels(System.Collections.Generic.List{GrapeCity.ActiveReports.Rendering.Bidi.CharType},GrapeCity.ActiveReports.Rendering.Bidi.LevelOverride,System.Collections.Generic.List{GrapeCity.ActiveReports.Rendering.Bidi.MapEntry})">ResolveEmbeddingLevels(List&lt;CharType&gt;, LevelOverride, List&lt;MapEntry&gt;)</h4>
<div class="markdown level1 summary"><p>Processes a collection of <a class="xref" href="GrapeCity.ActiveReports.Rendering.Bidi.CharType.html">CharType</a> and determines the final embedding
direction and level.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static CharType[] ResolveEmbeddingLevels(List&lt;CharType&gt; charTypes, LevelOverride paragraphLevel, List&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.collections.generic.list-1">List</a>&lt;<a class="xref" href="GrapeCity.ActiveReports.Rendering.Bidi.CharType.html">CharType</a>&gt;</td>
      <td><span class="parametername">charTypes</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Rendering.Bidi.LevelOverride.html">LevelOverride</a></td>
      <td><span class="parametername">paragraphLevel</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="GrapeCity.ActiveReports.Rendering.Bidi.MapEntry.html">MapEntry</a>&gt;</td>
      <td><span class="parametername">map</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<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="GrapeCity.ActiveReports.Rendering.Bidi.CharType.html">CharType</a>[]</td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Rendering_Bidi_BiDiHelper_ResolveEmbeddingLevels_System_Collections_Generic_List_GrapeCity_ActiveReports_Rendering_Bidi_CharType__GrapeCity_ActiveReports_Rendering_Bidi_LevelOverride_System_Collections_Generic_List_GrapeCity_ActiveReports_Rendering_Bidi_MapEntry___remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Based on 3.3.2 Explicit Levels and Directions
<a href="http://www.unicode.org/reports/tr9/index.html#Explicit_Levels_and_Directions">http://www.unicode.org/reports/tr9/index.html#Explicit_Levels_and_Directions</a></p>
</div>
</div>
