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.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

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