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
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).