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.v24.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
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