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

FileDocumentStorage.DocumentFolder Property

Specifies the directory used to store a cached document.

Namespace: DevExpress.XtraPrinting.Caching

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

[DefaultValue("")]
public string DocumentFolder { get; set; }

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:

See Also