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

    Gets all document pages from the storage.

    Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

    NuGet Package: DevExpress.Web.Reporting.Common

    Declaration

    Task<bool> TryGetAllPagesAsync(
        string id,
        IEnumerable<Stream> streams
    )

    Parameters

    Name Type Description
    id String

    A string that identifies a storage item that contains all document pages.

    streams IEnumerable<Stream>

    A collection of destination streams for document pages, one stream per page.

    Returns

    Type Description
    Task<Boolean>

    A task that retrieves all document pages from storage.

    See Also