xtrareports-devexpress-dot-xtrareports-dot-userdesigner-35fd8896.md
Provides a multi-document interface to the End-User Report Designer.
Namespace : DevExpress.XtraReports.UserDesigner
Assembly : DevExpress.XtraReports.v25.2.Extensions.dll
NuGet Package : DevExpress.Win.Reporting
public class XRDesignMdiController :
Component,
IServiceContainer,
IServiceProvider,
ISupportInitialize
Public Class XRDesignMdiController
Inherits Component
Implements IServiceContainer,
IServiceProvider,
ISupportInitialize
The following members return XRDesignMdiController objects:
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.
Object MarshalByRefObject Component XRDesignMdiController
See Also