TcxCustomSchedulerReportLinkPrintStyle.Layout Property
In This Article
Specifies how many pages are to be assigned to each period when the scheduler’s report is generated.
#Declaration
Delphi
property Layout: TcxSchedulerReportLinkPeriodicPrintStyleLayout read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
There are two kinds of layout available – one page per period or two pages per period (see the TcxSchedulerReportLinkPeriodicPrintStyleLayout enumeration).
Use the Layout property to specify how many pages there are per period.
See Also