XRDesignFormExBase.OpenReport(XtraReport) Method
Opens the specified report in the form’s active Design Panel.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.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. |
Remarks
The XRDesignFormExBase class is intended for creation of an SDI End-User Designer form. To create an MDI End-User Designer, use the XRDesignForm class, and the XRDesignPanel.OpenReport method of the XRDesignPanel class. To learn more, refer to WinForms Reporting.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the OpenReport(XtraReport) method.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.