IDocumentStorageProvider.CreateNew(String) Method
Creates a document storage with the specified ID.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer
Assembly: DevExpress.XtraReports.v25.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| id | String | The ID for the document storage to be created. |
Returns
| Type | Description |
|---|---|
| DocumentStorage | A created document storage with the specified ID. |
See Also