Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool Load()

Returns

Type Description
Boolean

true, if the report has been successfully loaded; otherwise, false.

See Also