Skip to main content
All docs
V25.1
  • IDocumentPersistentStorageAsync.SaveAllPagesAsync(String, IEnumerable<Stream>) Method

    Asynchronously saves all document pages to storage.

    Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

    NuGet Package: DevExpress.Web.Reporting.Common

    Declaration

    Task SaveAllPagesAsync(
        string id,
        IEnumerable<Stream> streams
    )

    Parameters

    Name Type Description
    id String

    A name of the storage item to which all pages are saved.

    streams IEnumerable<Stream>

    A collection of data streams: each stream contains a document page.

    Returns

    Type Description
    Task

    A task that saves all document pages to a storage item with the specified name.

    See Also