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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Other


Languages

Language:Visual Basic .NET 59.4%Language:C# 40.6%