ReportDesignerDocument.Load(Stream) Method
Loads a report from the specified stream and opens it in 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 | Stream | A stream object that contains a report to be loaded. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also