TcxSchedulerReportLinkDetailsPrintStyle.PaginationMode Property
In This Article
Specifies whether page breaks are inserted after each day, week or month.
#Declaration
Delphi
property PaginationMode: TcxSchedulerReportLinkDetailsPrintStylePaginationMode read; write; default dpmByDay;
#Property Value
Type | Default |
---|---|
Tcx |
dpm |
#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 Pagination
See Also