Skip to main content

ReportDesignerModel.QueryBuilderHandlerUri Property

Specifies a URI (Uniform Resource Identifier) with which the Query Builder will send requests.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public string QueryBuilderHandlerUri { get; set; }

Property Value

Type Description
String

A String value.

Remarks

You can specify a custom URI if it is required to use an ASP.NET session for handling requests.

See Also