Skip to main content

ReportStorageWebExtension.SetData(XtraReport, Stream) Method

This method is not used in the default report storage implementation.

Namespace: DevExpress.XtraReports.Web.Extensions

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public virtual void SetData(
    XtraReport report,
    Stream stream
)

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