ReportStorageWebExtension.SetData(XtraReport, Stream) Method
In This Article
This method is not used in the default report storage implementation.
Namespace: DevExpress.XtraReports.Web.Extensions
Assembly: DevExpress.XtraReports.v24.2.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
#Declaration
public virtual void SetData(
XtraReport report,
Stream stream
)
#Parameters
Name | Type | Description |
---|---|---|
report | Xtra |
An Xtra |
stream | Stream | A stream used to save a report. |
See Also