Skip to main content

TcxCustomSchedulerReportLinkPrintStyle.ActualDatePrintTo Property

Gets the actual date the scheduler’s report ends with.

Declaration

property ActualDatePrintTo: TDate read;

Property Value

Type
TDate

Remarks

The actual end date of the scheduler’s report depends upon the print style used. For example, if the weekly print style is applied (see TcxSchedulerReportLinkWeeklyPrintStyle), the ActualDatePrintTo property returns the last weekday as the end date of the scheduler’s report, if the first day of the week is a weekend day. If the DontPrintWeekends property is set to True and the weekend day is the last day of the week then the ActualDatePrintTo property returns the last weekday of the next week, if the TcxSchedulerReportLinkPrintRange.PrintTo date falls on the weekend.

See Also