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

    Namespace: DevExpress.XtraReports.Web.Azure.WebDocumentViewer

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

    NuGet Package: DevExpress.Web.Reporting.Azure

    Declaration

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

    Parameters

    Name Type
    documentId String
    streams IEnumerable<Stream>

    Returns

    Type
    Task<Boolean>
    See Also