# GrapeCity.ActiveReports.Viewer.Win.Sidebar

## Content

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



  <h1 id="GrapeCity_ActiveReports_Viewer_Win_Sidebar" data-uid="GrapeCity.ActiveReports.Viewer.Win.Sidebar" class="text-break">Sidebar Class
</h1>
  <div class="markdown level0 summary"><p>Provides a comprehensive API for managing the sidebar within the ActiveReports Viewer control.</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"><span class="xref">Sidebar</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_Sidebar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(LabelStubConverter&lt;Sidebar&gt;))]
public sealed class Sidebar : Component, IComponent, IDisposable</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Viewer_Win_Sidebar_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The Sidebar class is a component of the ActiveReports Viewer, offering a programmable interface to control the sidebar's panels,
including the Table of Contents, Search, Parameters, and Thumbnails panels. This class allows developers to customize the sidebar's behavior
and appearance to enhance the report viewing experience.</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_Sidebar_ParametersPanel" data-uid="GrapeCity.ActiveReports.Viewer.Win.Sidebar.ParametersPanel">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Sidebar.ParametersPanel.html#GrapeCity_ActiveReports_Viewer_Win_Sidebar_ParametersPanel">ParametersPanel</a>
        </td>
        <td class="markdown level1 summary"><p>Provides access to the parameters panel within the ActiveReports Viewer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Sidebar_SearchPanel" data-uid="GrapeCity.ActiveReports.Viewer.Win.Sidebar.SearchPanel">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Sidebar.SearchPanel.html#GrapeCity_ActiveReports_Viewer_Win_Sidebar_SearchPanel">SearchPanel</a>
        </td>
        <td class="markdown level1 summary"><p>Provides access to the search panel within the ActiveReports Viewer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Sidebar_SelectedIndex" data-uid="GrapeCity.ActiveReports.Viewer.Win.Sidebar.SelectedIndex">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Sidebar.SelectedIndex.html#GrapeCity_ActiveReports_Viewer_Win_Sidebar_SelectedIndex">SelectedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the currently selected panel in the sidebar.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Sidebar_ThumbnailsPanel" data-uid="GrapeCity.ActiveReports.Viewer.Win.Sidebar.ThumbnailsPanel">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Sidebar.ThumbnailsPanel.html#GrapeCity_ActiveReports_Viewer_Win_Sidebar_ThumbnailsPanel">ThumbnailsPanel</a>
        </td>
        <td class="markdown level1 summary"><p>Provides access to the thumbnails panel within the ActiveReports Viewer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Sidebar_TocPanel" data-uid="GrapeCity.ActiveReports.Viewer.Win.Sidebar.TocPanel">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Sidebar.TocPanel.html#GrapeCity_ActiveReports_Viewer_Win_Sidebar_TocPanel">TocPanel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Table of Contents (TOC) panel instance for the report viewer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Sidebar_Visible" data-uid="GrapeCity.ActiveReports.Viewer.Win.Sidebar.Visible">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Sidebar.Visible.html#GrapeCity_ActiveReports_Viewer_Win_Sidebar_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the Sidebar is visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Sidebar_Width" data-uid="GrapeCity.ActiveReports.Viewer.Win.Sidebar.Width">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Sidebar.Width.html#GrapeCity_ActiveReports_Viewer_Win_Sidebar_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the sidebar in pixels.</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_Sidebar_ToggleVisibility" data-uid="GrapeCity.ActiveReports.Viewer.Win.Sidebar.ToggleVisibility">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Sidebar.ToggleVisibility.html#GrapeCity_ActiveReports_Viewer_Win_Sidebar_ToggleVisibility">ToggleVisibility()</a>
        </td>
        <td class="markdown level1 summary"><p>Toggles the visibility of the Sidebar.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_Sidebar_SelectedIndexChanged" data-uid="GrapeCity.ActiveReports.Viewer.Win.Sidebar.SelectedIndexChanged">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Sidebar.SelectedIndexChanged.html">SelectedIndexChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the index of the selected panel changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
