PageReportDesignerActions Property
Gets or sets a value representing the allowed actions in PageReport Designer.
Property Value
The page report designer actions as defined by the
PageReportDesignerActions enumeration. The default value is
PageReportDesignerActions.All.
You can disable certain actions for pages in page reports.
// Disable the action to add a new page.
designer.PageReportDesignerActions = PageReportDesignerActions.All ^ PageReportDesignerActions.AddPage