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

XRDesignMdiController(IContainer) Constructor

Initializes a new instance of the XRDesignMdiController class with the specified container.

Namespace: DevExpress.XtraReports.UserDesigner

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

Declaration

public XRDesignMdiController(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An object implementing the IContainer interface.

See Also