Skip to main content
All docs
V24.1

IReportDesignerModelBuilder.ParameterEditingSettings(Action<ReportDesignerParameterEditingSettings>) Method

Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services

Assembly: DevExpress.XtraReports.v24.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

IReportDesignerModelBuilder ParameterEditingSettings(
    Action<ReportDesignerParameterEditingSettings> configure
)

Parameters

Name Type
configure Action<ReportDesignerParameterEditingSettings>

Returns

Type
IReportDesignerModelBuilder
See Also