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

SchedulerControlPrintAdapter(SchedulerControl) Constructor

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

Namespace: DevExpress.XtraScheduler.Reporting

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

Declaration

public SchedulerControlPrintAdapter(
    SchedulerControl control
)

Parameters

Name Type Description
control SchedulerControl

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

See Also