Skip to main content
A newer version of this page is available. .

XRDesignMdiController Class

Provides a multi-document interface to the End-User Report Designer.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v17.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public class XRDesignMdiController :
    Component,
    IServiceContainer,
    IServiceProvider

The following members return XRDesignMdiController objects:

Remarks

Note

This feature is not available when using the .NET Framework’s Client Profile subset. An end-user’s machine needs to have the complete .NET Framework installed to enable this feature.

See the Application Deployment document for more information.

The XRDesignMdiController class represents a component containing multiple Design Panels (XRDesignPanel class instances), which allows editing and previewing of multiple reports simultaneously.

Along with the XRDesignBarManager and XRDesignDockManager elements, the XRDesignMdiController component represents an MDI (multi-document interface) End-User Designer.

An XRDesignMdiController can only be used as a part of an XRDesignForm (or, XRDesignRibbonForm).

The following properties are exposed by the XRDesignMdiController class.

See Report Designer to learn more.

Inheritance

See Also