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.v25.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
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