# GrapeCity.ActiveReports.Design.PageReportDesignerActions

## Content

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




  <h1 id="GrapeCity_ActiveReports_Design_PageReportDesignerActions" data-uid="GrapeCity.ActiveReports.Design.PageReportDesignerActions" class="text-break">PageReportDesignerActions Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the set of actions that can be performed on pages within the Page Report Designer.</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_PageReportDesignerActions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum PageReportDesignerActions</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Design_PageReportDesignerActions_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This enumeration uses the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.flagsattribute">FlagsAttribute</a> to allow a bitwise combination of its member values. It controls the availability of certain actions
in the Page Report Designer's tab control, such as adding, deleting, duplicating, inserting, and rearranging pages. This enables fine-grained control over the user's ability to modify the report's structure.</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_PageReportDesignerActions_AddPage">AddPage</td>
        <td><p>Represents the action of adding a new page to the report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_PageReportDesignerActions_All">All</td>
        <td><p>Represents the state where all actions related to page manipulation are enabled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_PageReportDesignerActions_DeletePage">DeletePage</td>
        <td><p>Represents the action of deleting existing pages from the report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_PageReportDesignerActions_DuplicatePage">DuplicatePage</td>
        <td><p>Represents the action of duplicating existing pages in the report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_PageReportDesignerActions_InsertPage">InsertPage</td>
        <td><p>Represents the action of inserting new pages at specific positions in the report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_PageReportDesignerActions_None">None</td>
        <td><p>Represents the state where no actions related to page manipulation are enabled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_PageReportDesignerActions_RearrangePage">RearrangePage</td>
        <td><p>Represents the action of rearranging the order of pages in the report.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
