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

SchedulerParameter.Source Property

Specifies the source from which parameter values are supplied.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

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

Declaration

[DataMember]
public SchedulerParametersSource Source { get; set; }

Property Value

Type Description
SchedulerParametersSource

A SchedulerParametersSource enumeration value.

Available values:

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.

Remarks

This option is required when the ScheduledJobCatalogItemDto.TaskMode property is set to ScheduledTaskMode.BillingStatement.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Source property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also