Skip to main content

IDocumentStorageProvider.CreateNew(String) Method

Creates a document storage with the specified ID.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v23.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
DocumentStorage

A created document storage with the specified ID.

See Also