Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DxWasmReportDesigner Class

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

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v24.2.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:

razor
<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