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

ASPxSchedulerControlPrintAdapter.SchedulerControl Property

Gets or sets the ASPxScheduler control for the print adapter.

Namespace: DevExpress.Web.ASPxScheduler.Reporting

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

Declaration

public ASPxScheduler SchedulerControl { get; set; }

Property Value

Type Description
ASPxScheduler

An ASPxScheduler representing a scheduler control which serves as the report’s source.

Remarks

Use the SchedulerControl property to specify a scheduler for which to build a report.

See Also