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

StorageCleanerSettings.DocumentTimeToLive Property

Indicates the lifetime of a report document in a storage.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

Declaration

public TimeSpan DocumentTimeToLive { get; protected set; }

Property Value

Type Description
TimeSpan

A TimeSpan structure.

See Also