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

SchedulerControl.Print() Method

Prints the Scheduler control’s data.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public void Print()

Remarks

Use this method to print the scheduler’s data using the current print style. The current print style kind is specified by the SchedulerOptionsPrint.PrintStyle property; the current print style is specified by the SchedulerControl.ActivePrintStyle property. All the available print styles are contained in the SchedulerControl.PrintStyles collection.

Also consider the SchedulerControl.ShowPrintOptionsForm method, which facilitates printing by invoking a form that enables the end-user to modify the time interval to print as well as other printing settings.

To verify that the scheduler can be printed, check the SchedulerControl.IsPrintingAvailable property’s value.

See Also