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

SchedulerParametersSource Enum

Lists the available kinds of sources from which report parameters can obtain their values to execute a scheduled job.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

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

Declaration

public enum SchedulerParametersSource

Members

Name Description
Static

A parameter value is specified manually.

Calculated

A date-time parameter value is calculated at the time of performing the scheduled task and corresponds to the selected temporal reference point (e.g., start of the previous task or end of the previous month).

Bound

A parameter value is supplied from a specified data source. This option is only available when the ScheduledJobCatalogItemDto.TaskMode property is set to ScheduledTaskMode.BillingStatement.

Related API Members

The following properties accept/return SchedulerParametersSource values:

Remarks

An object of the SchedulerParametersSource type is returned by the SchedulerParameter.Source property.

For a code sample, see the following example online: Report Server - How to manage scheduled jobs from a Windows Forms application.

See Also