SchedulerParameter Constructors
A report parameter whose value should be supplied by a scheduled job.| Name | Parameters | Description |
|---|---|---|
| SchedulerParameter(SchedulerParametersSource, Object) | source, value | Initializes a new instance of the SchedulerParameter class with the specified parameter source and value. |
| SchedulerParameter(Object) | value | Initializes a new instance of the SchedulerParameter class with the specified parameter value. |
See Also