xtrareports-devexpress-dot-blazor-dot-reporting.md
The End-User Report Designer control in Blazor Server and standalone Blazor WebAssembly applications.
Namespace : DevExpress.Blazor.Reporting
Assembly : DevExpress.Blazor.Reporting.v25.2.JSBasedControls.dll
NuGet Package : DevExpress.Blazor.Reporting.JSBasedControls
public class DxReportDesigner :
DxReportDesignerBase
Public Class DxReportDesigner
Inherits DxReportDesignerBase
The following code adds the DxReportDesigner control to a page and loads the HelloWorld report:
<DxReportDesigner ReportName="HelloWorld" Height="1000px" Width="100%" AllowMDI="false">
<DxReportDesignerWizardSettings UseFullscreenWizard="false"/>
</DxReportDesigner>
For complete getting started tutorials, refer to the following help topics:
Object ComponentBase DevExpress.Blazor.Reporting.Base.ReportingComponentBase DxReportDesignerBase DxReportDesigner
See Also