IDesignForm.OpenReport(XtraReport) Method
Loads the specified report instance to the IDesignForm.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v25.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| report | XtraReport | An XtraReport object, or one of its descendants representing the report to be opened. |
See Also