Skip to main content
A newer version of this page is available. .

IDocumentStorageProvider.CreateNew(String) Method

Creates a document storage with the specified ID.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v18.2.Web.dll

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