Back to Devexpress

SchedulerControl.Print(SchedulerPrintStyle) Method

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-dot-print-x28-devexpress-dot-xtrascheduler-dot-printing-dot-schedulerprintstyle-x29.md

latest2.1 KB
Original Source

SchedulerControl.Print(SchedulerPrintStyle) Method

Prints the Scheduler control’s data using the specified print style.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public void Print(
    SchedulerPrintStyle printStyle
)
vb
Public Sub Print(
    printStyle As SchedulerPrintStyle
)

Parameters

NameTypeDescription
printStyleSchedulerPrintStyle

A SchedulerPrintStyle object which specifies the print style to be used when printing the Scheduler’s data.

|

Remarks

Use this method to print the scheduler’s data using the specified print style. All the available print styles are contained in the SchedulerControl.PrintStyles collection.

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