# GrapeCity.ActiveReports.Blazor.Viewer.SearchOptions

## Content

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



  <h1 id="GrapeCity_ActiveReports_Blazor_Viewer_SearchOptions" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.SearchOptions" class="text-break">SearchOptions Class
</h1>
  <div class="markdown level0 summary"><p>Represents the configuration options for performing text searches.</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">SearchOptions</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_SearchOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SearchOptions</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_SearchOptions__ctor" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.SearchOptions.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.SearchOptions.-ctor.html#GrapeCity_ActiveReports_Blazor_Viewer_SearchOptions__ctor">SearchOptions()</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_SearchOptions_MatchCase" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.SearchOptions.MatchCase">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.SearchOptions.MatchCase.html#GrapeCity_ActiveReports_Blazor_Viewer_SearchOptions_MatchCase">MatchCase</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the search should be case-sensitive.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_SearchOptions_WholePhrase" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.SearchOptions.WholePhrase">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.SearchOptions.WholePhrase.html#GrapeCity_ActiveReports_Blazor_Viewer_SearchOptions_WholePhrase">WholePhrase</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the search should match the whole phrase exactly as it appears.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
