DbDocumentStorage.DocumentId Property
A string used to identify the document stored in this storage.
Namespace: DevExpress.XtraPrinting.Caching
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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