Skip to main content
All docs
V25.1
  • DxWasmReportDesigner Class

    A control that is the End-User Report Designer in hosted Blazor WebAsssembly applications.

    Namespace: DevExpress.Blazor.Reporting

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

    NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.WebAssembly

    Declaration

    public class DxWasmReportDesigner :
        DxReportDesignerBase

    Remarks

    The following code adds the DxReportDesigner control to a page and loads the TestReport report:

    <DxWasmReportDesigner ReportName="TestReport" Height="calc(100vh - 130px)" Width="100%">
        <DxWasmReportDesignerRequestOptions GetDesignerModelAction="DXXRD/GetReportDesignerModel">
        </DxWasmReportDesignerRequestOptions>
    </DxWasmReportDesigner>
    

    For information on how to create a simple hosted Blazor WebAssembly reporting application with the Report Designer component, review the following help topic: Reporting WebAssembly Hosted Application.

    Use the DxReportDesignerCallbacks to customize the control. Review the following topic for more information: Customization - Report Designer (Hosted Blazor WebAssembly App).

    Inheritance

    Object
    ComponentBase
    DevExpress.Blazor.Reporting.Base.ReportingComponentBase
    DxReportDesignerBase
    DxWasmReportDesigner
    See Also