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.2.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| originalReport | Byte[] | A System.Byte array containing the report. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also