TcxSchedulerReportLink.TaskPadReportLink Property
Represents the task pad report link.
Declaration
property TaskPadReportLink: TBasedxReportLink read; write;
Property Value
Type |
---|
TBasedxReportLink |
Remarks
The task pad report link component provides the task pad pane part of the scheduler report.
Consider the following example. Suppose you use the TcxGrid control for working with tasks in the scheduler (the ExpressQuantumGrid Suite is sold separately). Then, to display tasks in the scheduler report, do the following:
Add the TcxGrid report link to the component printer. To learn how to do it, see the Step 1 - Control Printing Basics help topic.
Bind the TcxGrid report link to the scheduler report link using the TaskPadReportLink property.
Enable the time view’s ShowTaskPad property (the scheduler report’s PrintStyles.Daily.ShowTaskPad property is used here to display the task pad in the day view report).
When the application runs, invoke the print preview using the TBasedxReportLink.Preview method.
The following image demonstrates the scheduler report with the TcxGrid embedded into the task pad: