IDocumentPersistentStorageAsync.CreateNewAsync(Stream) Method
Asynchronously creates a document storage using the specified stream.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer
Assembly: DevExpress.XtraReports.v24.2.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
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