[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.PageReportDesignerActions

PageReportDesignerActions Property

PageReportDesignerActions

Gets or sets a value representing the allowed actions in PageReport Designer.

Declaration
public PageReportDesignerActions PageReportDesignerActions { get; set; }
Property Value
Type Description
PageReportDesignerActions

The page report designer actions as defined by the PageReportDesignerActions enumeration. The default value is All.

Remarks

This property controls the actions that are permitted within the PageReport Designer. It allows for granular control over the functionality available to the user, such as editing, deleting, or adding new pages to the report. By adjusting the allowed actions, the designer can be customized to fit specific user roles or workflows, enhancing security and usability.

Examples

You can disable certain actions for pages in page reports.

// Disable the action to add a new page.
designer.PageReportDesignerActions = PageReportDesignerActions.All ^ PageReportDesignerActions.AddPage