TcxSchedulerReportLinkTrifoldPrintStyleSectionMode Enum
Lists available types of views that occupy sections in the Tri-fold print style.
Declaration
TcxSchedulerReportLinkTrifoldPrintStyleSectionMode = (
smDailyCalendar,
smWeeklyCalendar,
smMonthlyCalendar,
smTaskPad,
smNotesAreaBlank,
smNotesAreaLined
);
Members
Name |
---|
smDailyCalendar
|
smWeeklyCalendar
|
smMonthlyCalendar
|
smTaskPad
|
smNotesAreaBlank
|
smNotesAreaLined
|
Remarks
Options include:
Value | Meaning |
---|---|
smDailyCalendar | Denotes the daily print style |
smWeeklyCalendar | Denotes the weekly print style |
smMonthlyCalendar | Denotes the monthly print style |
smTaskPad | Denotes the task pad |
smNotesAreaBlank | Denotes the plain notes pane |
smNotesAreaLined | Denotes the lined notes pane |
See Also