ReportDesignerDocument.Load(String) Method
Loads a report from the specified REPX file and opens it in the current designer document.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
reportFilePath | String | A string representing the full path to the report file (.REPX) to be loaded. |
Returns
Type | Description |
---|---|
Boolean | true, if the report has been successfully loaded; otherwise, false. |
See Also