SchedulerParameter(Object) Constructor
Initializes a new instance of the SchedulerParameter class with the specified parameter value.
Namespace: DevExpress.ReportServer.ServiceModel.DataContracts
Assembly: DevExpress.Printing.v22.2.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Object | A Object value. This value is assigned to the SchedulerParameter.Value property. |
See Also