SchedulerControl.PrintDirect(ReportTemplate, String) Method
In This Article
Prints the scheduler’s contents using the specified printing template and printer.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
report |
DevExpress. |
The DevExpress. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
printer |
String | null | The name of the printer to use. If set to null, the default printer is used. |
#Remarks
Use the Print method to show the system’s Print dialog window with the report based on the specified template.
See Also