ASPxSchedulerControlPrintAdapter.SchedulerControl Property
Gets or sets the ASPxScheduler control for the print adapter.
Namespace: DevExpress.Web.ASPxScheduler.Reporting
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
Declaration
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