DxReportDesignerModelSettings.AllowMDI Property
Gets or sets whether a user can close all reports designed in the Report Designer and leave the designer empty, or a single report remains.
Namespace: DevExpress.Blazor.Reporting
Assembly: DevExpress.Blazor.Reporting.v25.2.JSBasedControls.Common.dll
NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.Common
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
The following image illustrates that AllowMDI set to true allows you to close all reports and leave the Report Designer empty. If AllowMDI is set to false, you cannot close the initially opened report.
| AllowMDI = true | AllowMDI = false |
|---|---|
![]() |
![]() |
For the DxReportDesigner component, set the AllowMDI property.
See Also

