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

DxReportDesigner Class

A control to create an End-User Report Designer in Blazor applications.

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v20.2.dll

NuGet Package: DevExpress.Blazor.Reporting

Declaration

public class DxReportDesigner :
    ReportingComponentBase

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>

Implements

Inheritance

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