TcxSchedulerReportLink Class
Implements the scheduler’s report generating component.
Declaration
TcxSchedulerReportLink = class(
TdxCustomcxControlReportLink,
IdxReportLinkController
)
Remarks
This class contains settings such as: the report’s time range, print styles and styles (see the PrintRange, PrintStyles and Styles properties). The time bounds are used to limit the time range used in the scheduler’s report; the print styles specify the scheduler’s report layout, and the styles specify the scheduler’s report style.
It also allows custom rendering of the scheduler’s report to be performed as it exposes the following events: OnInitializeSchedulingAreaCell, OnInitializeHeaderPrimaryCell, OnInitializeHeaderSecondaryCell, OnInitializeNotesAreaCell, OnInitializeTaskPadCell.
Implements
Inheritance
See Also