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