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

TcxSchedulerReportLinkPrintStyles Class

The TcxSchedulerReportLinkPrintStyles class implements a collection of print styles that can be applied to the scheduler’s report.

#Declaration

Delphi
TcxSchedulerReportLinkPrintStyles = class(
    TcxCustomSchedulerReportLinkOptions
)

#Remarks

The print styles specify the way in which user events are arranged in the scheduler’s report. The print styles determine the different types of layouts used for the scheduler’s reports. The daily, weekly, monthly and yearly print styles represent the time views (see the Daily, Weekly and Monthly and Yearly properties). The memo print style displays a list of the individual user events in the report along with their details (see the Memo property). The details print style represents the user events with their descriptions included (see the Details property). And the tri-fold print style represents the report page divided into three sections where time views or the task pad or notes panes can be shown (see the Trifold property).

The TcxSchedulerReportLinkPrintStyles object is referenced by the TcxSchedulerReportLink.PrintStyles property.

See Also