ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / PageReportDesignerActions Enumeration

In This Topic
    PageReportDesignerActions Enumeration
    In This Topic
    Represents the set of actions that can be performed on pages within the Page Report Designer.
    Syntax
    'Declaration
     
    Public Enum PageReportDesignerActions 
       Inherits System.Enum
    public enum PageReportDesignerActions : System.Enum 
    Members
    MemberDescription
    AddPageRepresents the action of adding a new page to the report.
    AllRepresents the state where all actions related to page manipulation are enabled.
    DeletePageRepresents the action of deleting existing pages from the report.
    DuplicatePageRepresents the action of duplicating existing pages in the report.
    InsertPageRepresents the action of inserting new pages at specific positions in the report.
    NoneRepresents the state where no actions related to page manipulation are enabled.
    RearrangePageRepresents the action of rearranging the order of pages in the report.
    Remarks
    This enumeration uses the System.FlagsAttribute 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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Design.PageReportDesignerActions

    See Also