FileDocumentStorage.DocumentFolder Property
Specifies the directory used to store a cached document.
Namespace: DevExpress.XtraPrinting.Caching
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | Specifies a path to the directory used to store a cached document. |
Remarks
When the CachedReportSource component generates a report document, it puts it in the directory specified by the DocumentFolder property. The directory has the following structure:
Document
Stores a file defining the elements that are common to the entire document - bookmarks, navigation, page numbers, etc.
Page
Stores document pages in individual files.
ExportInfo
Stores information required to export the document in the continuous (single file) mode. This information is generated if the CachedReportSourceBase.AllowSingleFileExport property is set to true.
Metadata
Stores document metadata.