Back to Devexpress

ReportDesignerSettingsBase.AllowMDI Property

corelibraries-devexpress-dot-xtrareports-dot-web-dot-reportdesigner-dot-reportdesignersettingsbase-95ddd1b6.md

latest2.0 KB
Original Source

ReportDesignerSettingsBase.AllowMDI Property

Gets or sets whether a user can close all reports designed in the Report Designer and leave the designer empty, or with only a single report.

Namespace : DevExpress.XtraReports.Web.ReportDesigner

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
[DataMember(Name = "allowMDI")]
public bool AllowMDI { get; set; }
vb
<DataMember(Name:="allowMDI")>
Public Property AllowMDI As Boolean

Property Value

TypeDescription
Boolean

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowMDI
ReportDesignerModelSettings

.DesignerModelSettings .AllowMDI

|

Remarks

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.

See Also

ReportDesignerSettingsBase Class

ReportDesignerSettingsBase Members

DevExpress.XtraReports.Web.ReportDesigner Namespace