Skip to main content
A newer version of this page is available. .

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.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[CollectionDataContract(ItemName = "Item", KeyName = "Name", ValueName = "Parameter")]
public class SchedulerParametersDictionary :
    Dictionary<string, SchedulerParameter>

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

Object
Dictionary<String, SchedulerParameter>
SchedulerParametersDictionary
See Also