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

SchedulerParameter(Object) Constructor

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

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

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

Declaration

public SchedulerParameter(
    object value
)

Parameters

Name Type Description
value Object

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

See Also