# GrapeCity.ActiveReports.Rendering.Bidi.MapEntry

## Content

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



  <h1 id="GrapeCity_ActiveReports_Rendering_Bidi_MapEntry" data-uid="GrapeCity.ActiveReports.Rendering.Bidi.MapEntry" class="text-break">MapEntry Struct
</h1>
  <div class="markdown level0 summary"><p>Stores the start and length of a text run.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Rendering.Bidi.html">GrapeCity.ActiveReports.Rendering.Bidi</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Rendering_Bidi_MapEntry_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct MapEntry</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_Rendering_Bidi_MapEntry__ctor_System_Int32_System_Int32_" data-uid="GrapeCity.ActiveReports.Rendering.Bidi.MapEntry.#ctor(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Bidi.MapEntry.-ctor.html#GrapeCity_ActiveReports_Rendering_Bidi_MapEntry__ctor_System_Int32_System_Int32_">MapEntry(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Rendering.Bidi.MapEntry.html">MapEntry</a> struct with the specified start and length.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Bidi_MapEntry_Length" data-uid="GrapeCity.ActiveReports.Rendering.Bidi.MapEntry.Length">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Bidi.MapEntry.Length.html">Length</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the length of the text run.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Bidi_MapEntry_Start" data-uid="GrapeCity.ActiveReports.Rendering.Bidi.MapEntry.Start">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Bidi.MapEntry.Start.html">Start</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the start index of the text run.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
