Skip to main content

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.v24.1.Service.dll

NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard

Declaration

TimeSpan KeepInterval { get; }

Property Value

Type Description
TimeSpan

A TimeSpan structure.

See Also