Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 3.56 KB

File metadata and controls

41 lines (28 loc) · 3.56 KB

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

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)