Back to Devexpress

Reporting Controls

windowsforms-8591-controls-and-libraries-scheduler-visual-elements-reporting-controls.md

latest4.7 KB
Original Source

Reporting Controls

  • Aug 16, 2018
  • 2 minutes to read

The Scheduler Report controls are used to display various information in a Scheduler report. They are only available if you have both the XtraScheduler and XtraReports Suites (they use functionality from each product library). All these controls can be added to a report, at either Visual Studio design time, or in the End-User Report Designer.

The controls specific to XtraSchedulerReport are:

NameDescription
DayViewTimeCellsA time cells control representing the Scheduler’s Day View. It can be used to print one or more days, which do not have to be consecutive.
HorizontalWeekA time cells control representing the Scheduler’s Month View. It can be used to print a week or several weeks.
FullWeekA time cells control representing the Scheduler’s Week View. It can be used to print one or more weeks in a compact style.
TimelineCellsA time cells control representing the Scheduler’s Timeline View. It can visualize appointments using different time scales.
HorizontalDateHeadersA header control used to print dates for the columns of time cells .
DayOfWeekHeadersA header control used to print days of the week for the HorizontalWeek control.
TimelineScaleHeadersA header control used to print time scales for the ReportTimelineView.
HorizontalResourceHeadersA header control used to print resources for the columns of time cells.
VerticalResourceHeadersA vertical header control used to print resources for the rows of time cells.
DayViewTimeRulerA control used to print a time ruler on the left side of the linked DayViewTimeCells control.
TimeIntervalInfoA control used to print a textual representation of the time interval.
ResourceInfoA control used to print a list of resources.

See Also

Reports

How to: Print a Scheduler Using a Report Preview (Step-by-Step Guide)