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