Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XRDesignMdiController Class

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

Namespace: DevExpress.XtraReports.UserDesigner

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

NuGet Package: DevExpress.Win.Reporting

#Declaration

public class XRDesignMdiController :
    Component,
    IServiceContainer,
    IServiceProvider,
    ISupportInitialize

The following members return XRDesignMdiController objects:

#Remarks

The XRDesignMdiController class represents a component that contains multiple Design Panels (XRDesignPanel class instances). This allows you to edit and preview multiple reports simultaneously.

The XRDesignBarManager, XRDesignDockManager, and XRDesignMdiController components represent 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