Skip to main content

XRDesignMdiController.OpenReport() Method

Loads the specified report instance to the XRDesignMdiController.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v23.2.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