# GrapeCity.ActiveReports.Design.ReportExplorerNodes

## Content

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




  <h1 id="GrapeCity_ActiveReports_Design_ReportExplorerNodes" data-uid="GrapeCity.ActiveReports.Design.ReportExplorerNodes" class="text-break">ReportExplorerNodes Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the visibility options for nodes within the Report Explorer.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Design.html">GrapeCity.ActiveReports.Design</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Design.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Design_ReportExplorerNodes_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum ReportExplorerNodes</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Design_ReportExplorerNodes_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This enumeration allows for the customization of the Report Explorer by controlling the visibility of various node types.
It supports granular visibility options, including data sources, fields, parameters, settings, and common values,
enabling a tailored experience based on the user's needs.</p>
</div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ReportExplorerNodes_All">All</td>
        <td><p>Represents the state where all available nodes are displayed within the Report Explorer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ReportExplorerNodes_CommonValues">CommonValues</td>
        <td><p>Represents the state where the nodes related to common values used in the report are displayed within the Report Explorer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ReportExplorerNodes_DataSourceAndFields">DataSourceAndFields</td>
        <td><p>Represents the state where the nodes related to data sources and their fields are displayed within the Report Explorer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ReportExplorerNodes_None">None</td>
        <td><p>Represents the state where no nodes are displayed within the Report Explorer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ReportExplorerNodes_Parameters">Parameters</td>
        <td><p>Represents the state where the nodes related to report parameters are displayed within the Report Explorer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ReportExplorerNodes_Settings">Settings</td>
        <td><p>Represents the state where the nodes related to report settings are displayed within the Report Explorer.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
