Back to Devexpress

SchedulerControl.Print(ReportTemplate) Method

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-dot-print-x28-devexpress-dot-xpf-dot-scheduling-dot-reporttemplate-x29.md

latest1.5 KB
Original Source

SchedulerControl.Print(ReportTemplate) Method

Shows the system’s Print dialog window with the report based on the specified template.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public void Print(
    ReportTemplate reportTemplate
)
vb
Public Sub Print(
    reportTemplate As ReportTemplate
)

Parameters

NameTypeDescription
reportTemplateDevExpress.Xpf.Scheduling.ReportTemplate

The DevExpress.Xpf.Scheduling.ReportTemplate object that is the printing template to use.

|

Remarks

Use the PrintDirect method to print the scheduler’s contents skipping the Print dialog window.

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace