TcxSchedulerReportLinkPeriodicPrintStyleLayout Enum
In This Article
Lists available page layouts.
#Declaration
Delphi
TcxSchedulerReportLinkPeriodicPrintStyleLayout = (
pslOnePage,
pslTwoPages
);
#Members
Name |
---|
psl
|
psl
|
#Remarks
Options include:
Value | Meaning |
---|---|
psl |
The layout is one page per period |
psl |
The layout is two pages per period |
See Also