Skip to main content
All docs
V25.1
  • DxReportDesignerRequestOptions.QueryBuilderHandlerUri Property

    Gets or sets a custom MVC controller that processes Query Builder requests.

    Namespace: DevExpress.Blazor.Reporting

    Assembly: DevExpress.Blazor.Reporting.v25.1.JSBasedControls.dll

    NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls

    Declaration

    [Parameter]
    public string QueryBuilderHandlerUri { get; set; }

    Property Value

    Type Description
    String

    A string that is the controller’s name. Default value is DXXQB.

    See Also