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

TcxSchedulerReportLinkTimeLinePrintStyle Class

The TcxSchedulerReportLinkTimeLinePrintStyle implements the TimeLine print style.

#Declaration

Delphi
TcxSchedulerReportLinkTimeLinePrintStyle = class(
    TcxCustomSchedulerReportLinkPrintStyle
)

#Remarks

The TimeLine print style provides reports for TimeGrid and Gantt Views.

In a report, a scheduling plan is split from top to bottom across pages. Additionally, the report designer dialog allows end-users to specify how many resources are to be displayed per page.

The TcxSchedulerReportLinkTimeLinePrintStyle object is referenced by the TcxSchedulerReportLinkPrintStyles.TimeLine property.

#Inheritance

TObject
TPersistent
TcxCustomSchedulerReportLinkPrintStyle
TcxSchedulerReportLinkTimeLinePrintStyle
See Also