Skip to main content
All docs
V26.1
  • IAzureFileStorageManagerAsync.SaveFileAsync(String, Stream) Method

    Namespace: DevExpress.XtraReports.Web.Azure.WebDocumentViewer

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

    Declaration

    Task SaveFileAsync(
        string fileName,
        Stream stream
    )

    Parameters

    Name Type
    fileName String
    stream Stream

    Returns

    Type
    Task
    See Also