# GrapeCity.ActiveReports.Blazor.Viewer.SearchResult

## Content

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



  <h1 id="GrapeCity_ActiveReports_Blazor_Viewer_SearchResult" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.SearchResult" class="text-break">SearchResult Class
</h1>
  <div class="markdown level0 summary"><p>Represents a search result, including details about the text appearance, its location, and its context.</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"><span class="xref">SearchResult</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.html">GrapeCity.ActiveReports.Blazor.Viewer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Blazor.Viewer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Blazor_Viewer_SearchResult_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SearchResult</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_Blazor_Viewer_SearchResult__ctor" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.SearchResult.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.SearchResult.-ctor.html#GrapeCity_ActiveReports_Blazor_Viewer_SearchResult__ctor">SearchResult()</a>
        </td>
        <td class="markdown level1 summary"></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_Blazor_Viewer_SearchResult_DisplayText" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.SearchResult.DisplayText">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.SearchResult.DisplayText.html#GrapeCity_ActiveReports_Blazor_Viewer_SearchResult_DisplayText">DisplayText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text to be displayed as part of the search result.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_SearchResult_ItemArea" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.SearchResult.ItemArea">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.SearchResult.ItemArea.html#GrapeCity_ActiveReports_Blazor_Viewer_SearchResult_ItemArea">ItemArea</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the area coordinates where the text item is located within its page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_SearchResult_ItemIndex" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.SearchResult.ItemIndex">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.SearchResult.ItemIndex.html#GrapeCity_ActiveReports_Blazor_Viewer_SearchResult_ItemIndex">ItemIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the logical index of the item within the search results list.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_SearchResult_PageIndex" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.SearchResult.PageIndex">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.SearchResult.PageIndex.html#GrapeCity_ActiveReports_Blazor_Viewer_SearchResult_PageIndex">PageIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the page where the occurrence of the search result is found.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_SearchResult_Range" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.SearchResult.Range">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.SearchResult.Range.html#GrapeCity_ActiveReports_Blazor_Viewer_SearchResult_Range">Range</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the range of the text selected as part of the search result.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
