Skip to main content

SchedulerControlPrintAdapter(SchedulerControl) Constructor

Initializes a new instance of the SchedulerControlPrintAdapter class with the specified Scheduler Control.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v23.2.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

public SchedulerControlPrintAdapter(
    SchedulerControl control
)

Parameters

Name Type Description
control SchedulerControl

A SchedulerControl instance, which is the report’s scheduling source.

See Also