Skip to main content

TcxCustomSchedulerReportLinkPrintStyle.Layout Property

Specifies how many pages are to be assigned to each period when the scheduler’s report is generated.

Declaration

property Layout: TcxSchedulerReportLinkPeriodicPrintStyleLayout read; write;

Property Value

Type
TcxSchedulerReportLinkPeriodicPrintStyleLayout

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