Skip to main content
A newer version of this page is available. .

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

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