Skip to main content

TcxSchedulerReportLinkDetailsPrintStyle.PaginationMode Property

Specifies whether page breaks are inserted after each day, week or month.

Declaration

property PaginationMode: TcxSchedulerReportLinkDetailsPrintStylePaginationMode read; write; default dpmByDay;

Property Value

Type Default
TcxSchedulerReportLinkDetailsPrintStylePaginationMode dpmByDay

Remarks

The printing system has three options – whether a page break is generated at the end of each day, week or month. Use the PaginationMode property to specify the frequency with which a new page is started.

Note

the PaginationMode property’s value is in effect if the UsePagination property is set to True.

See Also