xtrareports-devexpress-dot-xtrareports-dot-web-dot-reportdesigner-e3d6f582.md
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.v25.2.Web.WebForms.dll
NuGet Package : DevExpress.Web.Reporting
public class ReportDesignerParameterEditingSettings :
PropertiesBase,
IPropertiesOwner
Public Class ReportDesignerParameterEditingSettings
Inherits PropertiesBase
Implements IPropertiesOwner
The following members return ReportDesignerParameterEditingSettings objects:
| Library | Related API Members |
|---|---|
| .NET Reporting Tools | ASPxReportDesigner.SettingsParameterEditing |
| ASP.NET MVC Extensions | ReportDesignerSettings.SettingsParameterEditing |
Use the following properties to change the editing settings of parameters, parameter groups, and parameter separators in the Web Report Designer:
AllowEditParameterCollectionHides the UI elements that allow users to add and delete parameters.AllowEditParameterGroupsHides the UI elements that allow users to add and delete parameter groups.AllowEditParameterSeparatorsHides the UI elements that allow users to add and delete parameter separators.AllowEditPropertiesAllows you to disable all property editors for parameters and parameters groups.AllowReorderParametersHides the UI that allow users to reorder parameters, parameter groups, and parameter separators.
Object StateManager PropertiesBase ReportDesignerParameterEditingSettings
See Also
ReportDesignerParameterEditingSettings Members
Specify Parameter Editing Settings in ASP.NET Core Applications