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

DxReportDesigner.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.v20.2.dll

NuGet Package: DevExpress.Blazor.Reporting

Declaration

[Parameter]
public bool AllowMDI { get; set; }

Property Value

Type Description
Boolean

True to allow the user to close all reports; false if a single report remains.

Remarks

The following images illustrate that the AllowMDI = true setting allows you to close all reports and leave the Report Designer empty. The AllowMDI = false setting does not allow you to close the initially opened report.

AllowMDI = true

AllowMDI = false

See Also