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

StorageCleanerSettings.ExportedDocumentTimeToLive Property

Indicates the lifetime of an exported report document in a storage.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v18.2.Web.dll

Declaration

public TimeSpan ExportedDocumentTimeToLive { get; protected set; }

Property Value

Type Description
TimeSpan

A TimeSpan structure.

See Also