Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

See Also