ReportDesignerBuilder.AllowMDI(Boolean) Method
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.AspNetCore.Reporting.ReportDesigner
Assembly: DevExpress.AspNetCore.Reporting.v25.1.dll
NuGet Package: DevExpress.AspNetCore.Reporting
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| allowMdi | 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. |
Returns
| Type | Description |
|---|---|
| ReportDesignerBuilder | A ReportDesignerBuilder that can be used to further configure the Report Designer. |
See Also