ActiveReports 13
PageReportDesignerActions Enumeration

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design Namespace : PageReportDesignerActions Enumeration
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

Reference

GrapeCity.ActiveReports.Design Namespace