TcxSchedulerReportLinkDetailsPrintStylePaginationMode Enum
Lists available pagination modes.
Declaration
TcxSchedulerReportLinkDetailsPrintStylePaginationMode = (
dpmByDay,
dpmByWeek,
dpmByMonth
);
Members
Name |
---|
dpmByDay
|
dpmByWeek
|
dpmByMonth
|
Remarks
Options include:
Value | Meaning |
---|---|
dpmByDay | Denotes that the pages will be split by days |
dpmByWeek | Denotes that the pages will be split by weeks |
dpmByMonth | Denotes that the pages will be split by months |
See Also