SchedulerParametersDictionary Class
A serialized collection of report parameters whose values should be supplied by a scheduled job.
Namespace: DevExpress.ReportServer.ServiceModel.DataContracts
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
[CollectionDataContract(ItemName = "Item", KeyName = "Name", ValueName = "Parameter")]
public class SchedulerParametersDictionary :
Dictionary<string, SchedulerParameter>
Related API Members
The following members return SchedulerParametersDictionary objects:
Remarks
An object of the SchedulerParametersDictionary type is returned by the SchedulerParameters.Parameters property.
For a code sample, see the following example online: Report Server - How to manage scheduled jobs from a Windows Forms application.
Inheritance
See Also