ReportStorageExtension.SetData(XtraReport, Stream) Method
This method is not used in the default report storage implementation.
Namespace: DevExpress.XtraReports.Extensions
Assembly: DevExpress.XtraReports.v25.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
report | XtraReport | A report object to be saved. |
stream | Stream | A stream used to save a report. |
See Also