Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ReportDesignerParameterEditingSettings Class

Contains settings that apply to the editing of parameters, parameter groups, and parameter separators in the Web Report Designer.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

Assembly: DevExpress.XtraReports.v24.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

#Declaration

public class ReportDesignerParameterEditingSettings :
    PropertiesBase,
    IPropertiesOwner

The following members return ReportDesignerParameterEditingSettings objects:

Library Related API Members
.NET Reporting Tools ASPxReportDesigner.SettingsParameterEditing
ASP.NET MVC Extensions ReportDesignerSettings.SettingsParameterEditing

#Remarks

Use the following properties to change the editing settings of parameters, parameter groups, and parameter separators in the Web Report Designer:

AllowEditParameterCollection
Hides the UI elements that allow users to add and delete parameters.
AllowEditParameterGroups
Hides the UI elements that allow users to add and delete parameter groups.
AllowEditParameterSeparators
Hides the UI elements that allow users to add and delete parameter separators.
AllowEditProperties
Allows you to disable all property editors for parameters and parameters groups.
AllowReorderParameters
Hides the UI that allow users to reorder parameters, parameter groups, and parameter separators.

#Inheritance

Object
StateManager
PropertiesBase
ReportDesignerParameterEditingSettings
See Also