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

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

Assembly: DevExpress.XtraReports.v19.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public bool AllowMDI { get; set; }

Property Value

Type Description
Boolean

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