Back to Devexpress

ReportDesignerParameterEditingSettings Class

xtrareports-devexpress-dot-xtrareports-dot-web-dot-reportdesigner-e3d6f582.md

latest3.4 KB
Original Source

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.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Reporting

Declaration

csharp
public class ReportDesignerParameterEditingSettings :
    PropertiesBase,
    IPropertiesOwner
vb
Public Class ReportDesignerParameterEditingSettings
    Inherits PropertiesBase
    Implements IPropertiesOwner

The following members return ReportDesignerParameterEditingSettings objects:

LibraryRelated API Members
.NET Reporting ToolsASPxReportDesigner.SettingsParameterEditing
ASP.NET MVC ExtensionsReportDesignerSettings.SettingsParameterEditing

Remarks

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.

Inheritance

Object StateManager PropertiesBase ReportDesignerParameterEditingSettings

See Also

ReportDesignerParameterEditingSettings Members

Specify Parameter Editing Settings in ASP.NET Core Applications

DevExpress.XtraReports.Web.ReportDesigner Namespace