ScheduledJobDto.RetentionPeriod Property
Specifies for how many days to store created documents on the server.
Namespace: DevExpress.ReportServer.ServiceModel.DataContracts
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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