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

XRDesignMdiController.OpenReport() Method

Loads the specified report instance to the XRDesignMdiController.

Namespace: DevExpress.XtraReports.UserDesigner

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

Declaration

public void OpenReport()

Remarks

When the OpenReport method is called, it creates a new XRDesignPanel instance and loads the specified report into it.

See Also