Skip to main content

ASPxReportDesigner.AllowMDI Property

Specifies whether an end user can close all the multiple reports currently designed in the Web Report Designer or a single report should remain associated with it.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue(true)]
public bool AllowMDI { get; set; }

Property Value

Type Default Description
Boolean true

true if the Report Designer is not associated with a certain report and all the reports designed in it can be closed; false if the Report Designer remains associated with a single report.

See Also