SchedulerParameter.Source Property
Specifies the source from which parameter values are supplied.
Namespace: DevExpress.ReportServer.ServiceModel.DataContracts
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[DataMember]
public SchedulerParametersSource Source { get; set; }
#Property Value
Type | Description |
---|---|
Scheduler |
A Scheduler |
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. |
Bound | A parameter value is supplied from a specified data source. This option is only available when the Scheduled |
#Remarks
This option is required when the ScheduledJobCatalogItemDto.TaskMode property is set to ScheduledTaskMode.BillingStatement.
#Related GitHub Examples
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.