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

ScheduledJobCatalogItemDto.TaskMode Property

Specifies whether the task should generate a report or billing statement.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

[DataMember]
public ScheduledTaskMode TaskMode { get; set; }

Property Value

Type Description
ScheduledTaskMode

A ScheduledTaskMode enumeration value.

Available values:

Name Description
Report

Obsolete. The task generates a single report document that does not vary depending on who receives it.

Document
BillingStatement

The task generates a set of uniform documents that are tailored to specific recipients.

See Also