Skip to content

Use DevExpress Reports to print user appointments displayed in the Scheduler control.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/winforms-scheduler-print-appointments-using-reports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Scheduler - Use DevExpress Reports to print appointments

This example uses DevExpress Reports to print user appointments.

The key point is to obtain a collection of appointments and assign it to the report's DataSource property. The example uses the GetAppointments method to obtain appointments that fall within the time range specified by the GetVisibleIntervals method.

To display custom fields in the report, the example exposes custom fields (see the Task class). The SetAppointmentFactory method replaces Scheduler Appointment objects with Task class instances.

Important

You should own a DevExpress Reporting license.

Files to Review

Documentation