TcxCustomSchedulerReportLinkPrintStyle.ActualDatePrintFrom Property
Gets the actual date, which the scheduler’s report starts from.
Declaration
property ActualDatePrintFrom: TDate read;
Property Value
Type |
---|
TDate |
Remarks
The actual start date of the scheduler’s report depends upon the print style used. For example, if the weekly print style is applied (see TcxSchedulerReportLinkWeeklyPrintStyle), the ActualDatePrintFrom property returns the first day of the week as the start date of the scheduler’s report. If the DontPrintWeekends property is set to True and a weekend day is the first day of the week, then the ActualDatePrintFrom property returns the first day after the weekend, if the TcxSchedulerReportLinkPrintRange.PrintFrom date falls on the weekend.
See Also