# GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorer

## Content

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



  <h1 id="GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorer" data-uid="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorer" class="text-break">ReportExplorer Class
</h1>
  <div class="markdown level0 summary"><p>Represents the Report Explorer component in ActiveReports, providing a graphical interface for navigating and managing the structure of a report.</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="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol">ScrollableControl</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol">ContainerControl</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.usercontrol">UserControl</a></div>
    <div class="level7"><a class="xref" href="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.html">ReportExplorerInternal</a></div>
    <div class="level8"><span class="xref">ReportExplorer</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.icontainercontrol">IContainerControl</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Design.ReportExplorer.html">GrapeCity.ActiveReports.Design.ReportExplorer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Design.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(CommonResources), &quot;CommonResources.ReportExplorer.bmp&quot;)]
public class ReportExplorer : ReportExplorerInternal, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl</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_Design_ReportExplorer_ReportExplorer__ctor" data-uid="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorer.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorer.-ctor.html#GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorer__ctor">ReportExplorer()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorer.html">ReportExplorer</a> class.</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_Design_ReportExplorer_ReportExplorer_Dispose_System_Boolean_" data-uid="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorer.Dispose(System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorer.Dispose.html#GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorer_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorer_OnBackColorChanged_System_EventArgs_" data-uid="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorer.OnBackColorChanged(System.EventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorer.OnBackColorChanged.html#GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorer_OnBackColorChanged_System_EventArgs_">OnBackColorChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.backcolorchanged">BackColorChanged</a> event and propagates the new back color to the embedded tree view.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorer_OnHandleCreated_System_EventArgs_" data-uid="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorer.OnHandleCreated(System.EventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorer.OnHandleCreated.html#GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorer_OnHandleCreated_System_EventArgs_">OnHandleCreated(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.handlecreated">HandleCreated</a> event and scales the icon size to the current DPI.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
