Skip to main content
A newer version of this page is available. .
All docs
V23.1

DxWasmReportDesigner Class

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

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v23.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).

Implements

Inheritance

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