Skip to main content

ASPxSchedulerControlPrintAdapter(ASPxScheduler) Constructor

Initializes a new instance of the ASPxSchedulerControlPrintAdapter class with the specified ASPxScheduler Control.

Namespace: DevExpress.Web.ASPxScheduler.Reporting

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ASPxSchedulerControlPrintAdapter(
    ASPxScheduler control
)

Parameters

Name Type Description
control ASPxScheduler

An ASPxScheduler control instance, which is the report’s scheduling source.

See Also