Skip to main content

SchedulerParameter(SchedulerParametersSource, Object) Constructor

Initializes a new instance of the SchedulerParameter class with the specified parameter source and value.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

public SchedulerParameter(
    SchedulerParametersSource source,
    object value
)

Parameters

Name Type Description
source SchedulerParametersSource

A SchedulerParametersSource object. This value is assigned to the SchedulerParameter.Source property.

value Object

A Object value. This value is assigned to the SchedulerParameter.Value property.

See Also