# GrapeCity.ActiveReports.Viewer.Win.SearchPanel

## Content

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



  <h1 id="GrapeCity_ActiveReports_Viewer_Win_SearchPanel" data-uid="GrapeCity.ActiveReports.Viewer.Win.SearchPanel" class="text-break">SearchPanel Class
</h1>
  <div class="markdown level0 summary"><p>Represents the search panel within the ActiveReports Viewer.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.SidebarPanel.html">SidebarPanel</a></div>
    <div class="level4"><span class="xref">SearchPanel</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.html">GrapeCity.ActiveReports.Viewer.Win</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Viewer_Win_SearchPanel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(LabelStubConverter&lt;SearchPanel&gt;))]
public sealed class SearchPanel : SidebarPanel, IComponent, IDisposable</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Viewer_Win_SearchPanel_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The search panel provides functionality for users to search text within the report. It offers a user interface for entering search queries,
navigating through search results, and highlighting occurrences within the report. This class manages the visibility, state, and interactions
of the search panel.</p>
</div>
  <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_Viewer_Win_SearchPanel_EnabledRuntime" data-uid="GrapeCity.ActiveReports.Viewer.Win.SearchPanel.EnabledRuntime">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.SearchPanel.EnabledRuntime.html#GrapeCity_ActiveReports_Viewer_Win_SearchPanel_EnabledRuntime">EnabledRuntime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.SearchPanel.html">SearchPanel</a> is enabled at runtime.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_SearchPanel_Text" data-uid="GrapeCity.ActiveReports.Viewer.Win.SearchPanel.Text">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.SearchPanel.Text.html#GrapeCity_ActiveReports_Viewer_Win_SearchPanel_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the caption of the search panel.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_SearchPanel_VisibleRuntime" data-uid="GrapeCity.ActiveReports.Viewer.Win.SearchPanel.VisibleRuntime">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.SearchPanel.VisibleRuntime.html#GrapeCity_ActiveReports_Viewer_Win_SearchPanel_VisibleRuntime">VisibleRuntime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.SearchPanel.html">SearchPanel</a> is visible at runtime.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_SearchPanel_Clear" data-uid="GrapeCity.ActiveReports.Viewer.Win.SearchPanel.Clear">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.SearchPanel.Clear.html#GrapeCity_ActiveReports_Viewer_Win_SearchPanel_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the search panel user interface, resets the search parameters, and clears the search results.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
