Skip to main content

ReportDesignerDocument.Load(XtraReport) Method

Loads the specified report instance and opens it in the current designer document.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool Load(
    XtraReport originalReport
)

Parameters

Name Type Description
originalReport XtraReport

An XtraReport object, or one of its descendants, representing the report to be opened.

Returns

Type Description
Boolean

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

See Also