Reporting Controls
- 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:
Name | Description |
---|---|
DayViewTimeCells | A 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. |
HorizontalWeek | A time cells control representing the Scheduler’s Month View. It can be used to print a week or several weeks. |
FullWeek | A time cells control representing the Scheduler’s Week View. It can be used to print one or more weeks in a compact style. |
TimelineCells | A time cells control representing the Scheduler’s Timeline View. It can visualize appointments using different time scales. |
HorizontalDateHeaders | A header control used to print dates for the columns of time cells . |
DayOfWeekHeaders | A header control used to print days of the week for the HorizontalWeek control. |
TimelineScaleHeaders | A header control used to print time scales for the ReportTimelineView. |
HorizontalResourceHeaders | A header control used to print resources for the columns of time cells. |
VerticalResourceHeaders | A vertical header control used to print resources for the rows of time cells. |
DayViewTimeRuler | A control used to print a time ruler on the left side of the linked DayViewTimeCells control. |
TimeIntervalInfo | A control used to print a textual representation of the time interval. |
ResourceInfo | A control used to print a list of resources. |
See Also