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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
Boolean | |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowMDI |
---|---|
ReportDesignerModelSettings |
|
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