Back to Devexpress

SchedulerControl.Print() Method

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-bd422917.md

latest2.2 KB
Original Source

SchedulerControl.Print() Method

Prints the Scheduler control’s data.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public void Print()
vb
Public Sub 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

ShowPrintPreview

Printing

Printing and Reporting

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace