Back to Devexpress

TcxSchedulerReportLinkDetailsPrintStylePaginationMode Enum

vcl-dxpscxschedulerlnk-5d47a7e0.md

latest916 B
Original Source

TcxSchedulerReportLinkDetailsPrintStylePaginationMode Enum

Lists available pagination modes.

Declaration

delphi
TcxSchedulerReportLinkDetailsPrintStylePaginationMode = (
    dpmByDay,
    dpmByWeek,
    dpmByMonth
);

Members

Name
dpmByDay
dpmByWeek
dpmByMonth

Remarks

Options include:

ValueMeaning
dpmByDayDenotes that the pages will be split by days
dpmByWeekDenotes that the pages will be split by weeks
dpmByMonthDenotes that the pages will be split by months

See Also

TcxSchedulerReportLinkDetailsPrintStyle.PaginationMode

TcxSchedulerReportLinkDetailsPrintStyle.UsePagination

dxPScxSchedulerLnk Unit