Skip to main content

IDocumentPersistentStorageAsync.CreateNewAsync(Stream) Method

Asynchronously creates a document storage using the specified stream.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

Task<string> CreateNewAsync(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A data stream used to store items in the document storage.

Returns

Type Description
Task<String>

A task that creates a new document storage.

See Also