xtrareports-devexpress-dot-blazor-dot-reporting-4f5a7265.md
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
public class DxWasmReportDesigner :
DxReportDesignerBase
Public Class DxWasmReportDesigner
Inherits DxReportDesignerBase
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).
Object ComponentBase DevExpress.Blazor.Reporting.Base.ReportingComponentBase DxReportDesignerBase DxWasmReportDesigner
See Also