ReportDesignerDocument.Load() Method
Invokes the System.Windows.Forms.OpenFileDialog, which allows end-users to locate a report and open it in the current designer document.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Returns
Type | Description |
---|---|
Boolean | true, if the report has been successfully loaded; otherwise, false. |
See Also