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

ReportDesignerDocument.Load(Byte[]) Method

Restores a report from the specified bytes and loads it to 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(
    byte[] originalReport
)

Parameters

Name Type Description
originalReport Byte[]

A System.Byte array containing the report.

Returns

Type Description
Boolean

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

See Also