Skip to main content

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

DxReportDesigner Class

The End-User Report Designer control in Blazor Server and standalone Blazor WebAssembly applications.

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v24.2.JSBasedControls.dll

NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls

#Declaration

public class DxReportDesigner :
    DxReportDesignerBase

#Remarks

The following code adds the DxReportDesigner control to a page and loads the HelloWorld report:

razor
<DxReportDesigner ReportName="HelloWorld" Height="1000px" Width="100%" AllowMDI="false">
    <DxReportDesignerWizardSettings UseFullscreenWizard="false"/>
</DxReportDesigner>

For information on how to create a simple Blazor Reporting application with the Report Designer component, review the following help topic: Get Started with Blazor Reporting.

#Inheritance

Object
ComponentBase
DevExpress.Blazor.Reporting.Base.ReportingComponentBase
DxReportDesignerBase
DxReportDesigner
See Also