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

ScheduledJobDto.SchedulerParameters Property

Specifies the collection of report parameters whose values should be supplied by the scheduled task.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[DataMember]
public SchedulerParameters SchedulerParameters { get; set; }

Property Value

Type Description
SchedulerParameters

A SchedulerParameters value.

See Also