DxWasmReportDesigner Class
An End-User Report Designer control used in hosted Blazor WebAsssembly applications.
Namespace: DevExpress.Blazor.Reporting
Assembly: DevExpress.Blazor.Reporting.v25.2.JSBasedControls.WebAssembly.dll
NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.WebAssembly
Declaration
Remarks
The following code adds the DxWasmReportDesigner control to a page and loads the Report report:
<DxWasmReportDesigner ReportName="Report" Height="100%">
<DxWasmReportDesignerRequestOptions GetDesignerModelAction="DXXRD/GetReportDesignerModel"/>
<DxReportDesignerModelSettings AllowMDI="true">
</DxReportDesignerModelSettings>
</DxWasmReportDesigner>
For the complete getting started tutorial, refer to the following help topic: Add a JavaScript-Based Report Designer to a Blazor Web App (Interactive WebAssembly) with an ASP.NET Core Backend (Visual Studio).
Inheritance
Object
ComponentBase
DevExpress.Blazor.Reporting.Base.ReportingComponentBase
DxReportDesignerBase
DxWasmReportDesigner
See Also