Skip to main content

IAzureFileStorageManagerAsync.SaveReportAsync(String, Stream) Method

Namespace: DevExpress.XtraReports.Web.Azure.WebDocumentViewer

Assembly: DevExpress.XtraReports.v23.2.Web.Azure.dll

NuGet Package: DevExpress.Web.Reporting.Azure

Declaration

Task SaveReportAsync(
    string reportId,
    Stream stream
)

Parameters

Name Type
reportId String
stream Stream

Returns

Type
Task
See Also