IReportSerializer.Load(Stream) Method
Returns a report instance from a memory stream.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream object. |
Returns
Type | Description |
---|---|
XtraReport | An XtraReport object. |
See Also