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