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

ScheduledJobDto.RetentionPeriod Property

Specifies for how many days to store created documents on the server.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[DataMember]
public int RetentionPeriod { get; set; }

Property Value

Type Description
Int32

An integer value, specifying the number of days for which the server must store created documents. A zero value indicates unlimited document storage time.

See Also