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

IDocumentDataStorageProvider.KeepInterval Property

Specifies a time span after which a stored document is obsolete. The document can then be removed from the database.

Namespace: DevExpress.XtraReports.Service.Extensions

Assembly: DevExpress.XtraReports.v19.1.Service.dll

NuGet Package: DevExpress.Reporting.WCF

Declaration

TimeSpan KeepInterval { get; }

Property Value

Type Description
TimeSpan

A TimeSpan structure.

See Also