Back to Devexpress

ReportDesignerBuilder.AllowMDI(Boolean) Method

xtrareports-devexpress-dot-aspnetcore-dot-reporting-dot-reportdesigner-dot-reportdesignerbuilder-dot-allowmdi-x28-system-dot-boolean-x29.md

latest2.1 KB
Original Source

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.2.dll

NuGet Package : DevExpress.AspNetCore.Reporting

Declaration

csharp
public ReportDesignerBuilder AllowMDI(
    bool allowMdi
)
vb
Public Function AllowMDI(
    allowMdi As Boolean
) As ReportDesignerBuilder

Parameters

NameTypeDescription
allowMdiBoolean

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

TypeDescription
ReportDesignerBuilder

A ReportDesignerBuilder that can be used to further configure the Report Designer.

|

See Also

ReportDesignerBuilder Class

ReportDesignerBuilder Members

DevExpress.AspNetCore.Reporting.ReportDesigner Namespace