Back to Devexpress

TcxSchedulerReportLink Class

vcl-dxpscxschedulerlnk.md

latest2.2 KB
Original Source

TcxSchedulerReportLink Class

Implements the scheduler’s report generating component.

Declaration

delphi
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

IdxReportLinkController

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponent TcxScalableComponent TBasedxReportLink TdxCustomcxControlReportLink TcxSchedulerReportLink

See Also

TcxSchedulerReportLink Members

dxPScxSchedulerLnk Unit