Skip to main content

TcxSchedulerReportLinkPrintStyles Class

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

Declaration

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