Skip to main content

QueryBuilderModel.ParametersMode Property

Specifies how you can manage query parameters.

Namespace: DevExpress.XtraReports.Web.QueryBuilder

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public string ParametersMode { get; set; }

Property Value

Type Description
String

A String that specifies the JSON representation of the QueryBuilderParametersMode enumeration value.

See Also