TcxSchedulerReportLinkPrintRange.PrintTo Property
Specifies the last day to print.
Declaration
property PrintTo: TDate index 1 read; write;
Property Value
Type |
---|
TDate |
Remarks
Use the PrintTo property to specify the end day for the scheduler’s report.
Note
if the PrintTo property’s value is not specified then the day returned by the DefaultDatePrintTo method (when the value is retrieved from the PrintTo property) will be used as the last day.
See Also