# GrapeCity.ActiveReports.Design.ReportExplorerEnabledNodes

## Content

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




  <h1 id="GrapeCity_ActiveReports_Design_ReportExplorerEnabledNodes" data-uid="GrapeCity.ActiveReports.Design.ReportExplorerEnabledNodes" class="text-break">ReportExplorerEnabledNodes Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the modifiability of nodes within the Report Explorer in ActiveReports.</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_ReportExplorerEnabledNodes_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum ReportExplorerEnabledNodes</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Design_ReportExplorerEnabledNodes_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This enumeration is used to specify which nodes within the Report Explorer can be modified. It allows for the configuration of the Report Explorer to be more
dynamic and adaptable to different reporting needs, by enabling or disabling the modification of parameters, data sources, and data sets.</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_ReportExplorerEnabledNodes_All">All</td>
        <td><p>Represents the ability to modify all supported node types.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ReportExplorerEnabledNodes_DataSets">DataSets</td>
        <td><p>Represents the ability to modify data sets.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ReportExplorerEnabledNodes_DataSources">DataSources</td>
        <td><p>Represents the ability to modify data sources.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ReportExplorerEnabledNodes_None">None</td>
        <td><p>Represents the state where no nodes can be modified.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ReportExplorerEnabledNodes_Parameters">Parameters</td>
        <td><p>Represents the ability to modify report parameters.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
