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

In This Topic
    PageReportDesignerActions Enumeration
    In This Topic
    Controls the accessibility of actions of FplTabControl.
    Syntax
    'Declaration
     
    Public Enum PageReportDesignerActions 
       Inherits System.Enum
    public enum PageReportDesignerActions : System.Enum 
    Members
    MemberDescription
    AddPageAllows to add a new page.
    AllAll actions are accessible.
    DeletePageAllows to delete pages.
    DuplicatePageAllows to duplicate pages.
    InsertPageAllows to insert pages.
    NoneAll actions are inaccessible.
    RearrangePageAllows to rearrange pages.
    Inheritance Hierarchy

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

    See Also