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.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#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. |
Bound
|
A parameter value is supplied from a specified data source. This option is only available when the Scheduled |
#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.