Skip to main content
All docs
V26.1
  • DxReportDesignerRequestOptions.ReportPreviewHandlerUri Property

    Gets or sets a custom MVC controller that processes requests sent from the Document Viewer invoked by the Report Designer.

    Namespace: DevExpress.Blazor.Reporting

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

    Declaration

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

    Property Value

    Type Description
    String

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

    See Also