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

DbDocumentStorage.DocumentId Property

A string used to identify the document stored in this storage.

Namespace: DevExpress.XtraPrinting.Caching

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[Browsable(false)]
[DefaultValue("")]
public string DocumentId { get; set; }

Property Value

Type Default Description
String String.Empty

The cached document’s ID.

Remarks

The document identifier specified by this property is stored in the database together with other document elements. If this property is not specified, a GUID is generated for the document.

See Also