Skip to main content
A newer version of this page is available. .

DxReportDesigner Class

A control that is the End-User Report Designer in Blazor Server applications.

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v23.1.JSBasedControls.BlazorServer.dll

NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.BlazorServer

Declaration

public class DxReportDesigner :
    DxReportDesignerBase

Remarks

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

Implements

Inheritance

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