Skip to main content

FileDocumentStorage.DocumentFolder Property

Specifies the directory used to store a cached document.

Namespace: DevExpress.XtraPrinting.Caching

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

NuGet Package: DevExpress.Printing.Core

Declaration

public string DocumentFolder { get; set; }

Property Value

Type Description
String

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