Skip to main content
All docs
V26.1
  • ReportStorageWebExtension.SetDataAsync(XtraReport, Stream) Method

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

    Namespace: DevExpress.XtraReports.Web.Extensions

    Assembly: DevExpress.XtraReports.v26.1.Web.dll

    Declaration

    public virtual Task SetDataAsync(
        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.

    Returns

    Type Description
    Task

    A task that saves a report.

    See Also