Skip to main content

TcxSchedulerReportLinkPrintRange.PrintFrom Property

Specifies the first day to print.

Declaration

property PrintFrom: TDate index 0 read; write;

Property Value

Type
TDate

Remarks

Use the PrintFrom property to specify the starting day for the scheduler’s report.

Note

if the PrintFrom property’s value is not specified then the day returned by the DefaultDatePrintFrom method (when the value is retrieved from the PrintFrom property) will be used as the first day.

See Also