# GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal

## Content

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



  <h1 id="GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal" data-uid="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal" class="text-break">ReportExplorerInternal Class
</h1>
  <div class="markdown level0 summary"><p>Provides the base implementation for the Report Explorer component in ActiveReports.</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"><span class="xref">ReportExplorerInternal</span></div>
      <div class="level8"><a class="xref" href="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorer.html">ReportExplorer</a></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_ReportExplorerInternal_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class ReportExplorerInternal : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl</code></pre>
  </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_Design_ReportExplorer_ReportExplorerInternal_ContentsVisible" data-uid="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.ContentsVisible">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.ContentsVisible.html#GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal_ContentsVisible">ContentsVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets if the ReportExplorer Report Contents Window is visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal_EnabledNodes" data-uid="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.EnabledNodes">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.EnabledNodes.html#GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal_EnabledNodes">EnabledNodes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets enable state of the nodes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal_Report" data-uid="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.Report">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.Report.html#GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal_Report">Report</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal_ReportDesigner" data-uid="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.ReportDesigner">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.ReportDesigner.html#GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal_ReportDesigner">ReportDesigner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Designer object to bind to the ReportExplorer Control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal_ReportSettingsVisible" data-uid="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.ReportSettingsVisible">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.ReportSettingsVisible.html#GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal_ReportSettingsVisible">ReportSettingsVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Enables/Disables if Report settings Window is visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal_ServiceContainer" data-uid="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.ServiceContainer">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.ServiceContainer.html#GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal_ServiceContainer">ServiceContainer</a>
        </td>
        <td class="markdown level1 summary"><p>Provides a container for services.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal_ToolbarVisible" data-uid="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.ToolbarVisible">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.ToolbarVisible.html#GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal_ToolbarVisible">ToolbarVisible</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal_VisibleNodes" data-uid="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.VisibleNodes">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.VisibleNodes.html#GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal_VisibleNodes">VisibleNodes</a>
        </td>
        <td class="markdown level1 summary"><p>Get or sets the visibility of the nodes.</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_ReportExplorerInternal_BindToModel" data-uid="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.BindToModel">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.BindToModel.html#GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal_BindToModel">BindToModel()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal_Dispose_System_Boolean_" data-uid="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.Dispose(System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.Dispose.html#GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal_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_ReportExplorerInternal_ExecuteCommand_System_ComponentModel_Design_CommandID_" data-uid="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.ExecuteCommand(System.ComponentModel.Design.CommandID)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.ExecuteCommand.html#GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal_ExecuteCommand_System_ComponentModel_Design_CommandID_">ExecuteCommand(CommandID)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal_IsCommandButtonEnabled_System_ComponentModel_Design_CommandID_" data-uid="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.IsCommandButtonEnabled(System.ComponentModel.Design.CommandID)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.IsCommandButtonEnabled.html#GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal_IsCommandButtonEnabled_System_ComponentModel_Design_CommandID_">IsCommandButtonEnabled(CommandID)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal_IsCommandButtonVisible_System_ComponentModel_Design_CommandID_" data-uid="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.IsCommandButtonVisible(System.ComponentModel.Design.CommandID)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.IsCommandButtonVisible.html#GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal_IsCommandButtonVisible_System_ComponentModel_Design_CommandID_">IsCommandButtonVisible(CommandID)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal_UpdateToolbarCommandsAvailability" data-uid="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.UpdateToolbarCommandsAvailability">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.UpdateToolbarCommandsAvailability.html#GrapeCity_ActiveReports_Design_ReportExplorer_ReportExplorerInternal_UpdateToolbarCommandsAvailability">UpdateToolbarCommandsAvailability()</a>
        </td>
        <td class="markdown level1 summary"></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_Design_ReportExplorer_ReportExplorerInternal_SelectionChanged" data-uid="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.SelectionChanged">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorerInternal.SelectionChanged.html">SelectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Raised when selection being changed or new model was set.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
