corelibraries-devexpress-dot-reportserver-dot-servicemodel-dot-datacontracts-20842454.md
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.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public enum SchedulerParametersSource
Public Enum SchedulerParametersSource
| 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.
|
The following properties accept/return SchedulerParametersSource values:
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
DevExpress.ReportServer.ServiceModel.DataContracts Namespace