XRDesignFormExBase.OpenReport(String) Method
Loads the report from the specified REPX file, and opens it 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 |
---|---|---|
fileName | String | A String representing the full path to the report file (.REPX) 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.
See Also