public enum PageReportDesignerActions : System.Enum
'Declaration Public Enum PageReportDesignerActions Inherits System.Enum
Member | Description |
---|---|
AddPage | Represents the action of adding a new page to the report. |
All | Represents the state where all actions related to page manipulation are enabled. |
DeletePage | Represents the action of deleting existing pages from the report. |
DuplicatePage | Represents the action of duplicating existing pages in the report. |
InsertPage | Represents the action of inserting new pages at specific positions in the report. |
None | Represents the state where no actions related to page manipulation are enabled. |
RearrangePage | Represents the action of rearranging the order of pages in the report. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Design.PageReportDesignerActions