Skip to main content
All docs
V25.1
  • IReportDesignerModelBuilder.AllowMDI(Boolean) Method

    Specifies whether a user can close multiple reports in the Web Report Designer or a single report should remain associated with it.

    Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services

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

    NuGet Package: DevExpress.Web.Reporting.Common

    Declaration

    IReportDesignerModelBuilder AllowMDI(
        bool allowMDI
    )

    Parameters

    Name Type Description
    allowMDI Boolean

    True if the Report Designer is not associated with a certain report and all reports in it can be closed; false if the Report Designer remains associated with a single report.

    Returns

    Type Description
    IReportDesignerModelBuilder

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

    See Also