Back to Devexpress

TcxSchedulerReportLinkDetailsPrintStyle Class

vcl-dxpscxschedulerlnk-46d75a06.md

latest1.7 KB
Original Source

TcxSchedulerReportLinkDetailsPrintStyle Class

The TcxSchedulerReportLinkDetailsPrintStyle class implements the details print style.

Declaration

delphi
TcxSchedulerReportLinkDetailsPrintStyle = class(
    TcxSchedulerReportLinkCustomDetailsPrintStyle
)

Remarks

The details print style specifies that the page contains the day(s) along with the scheduled user events‘ descriptions (see the TcxSchedulerEvent.Message property). The TcxSchedulerReportLinkDetailsPrintStyle class allows the page break in the scheduler’s report to be adjusted when the details print style is applied (see the PaginationMode and UsePagination properties).

The TcxSchedulerReportLinkDetailsPrintStyle object is referenced by the TcxSchedulerReportLinkPrintStyles.Details property.

Inheritance

TObject TPersistent TcxCustomSchedulerReportLinkPrintStyle TcxSchedulerReportLinkCustomDetailsPrintStyle TcxSchedulerReportLinkDetailsPrintStyle

See Also

TcxSchedulerReportLinkDetailsPrintStyle Members

dxPScxSchedulerLnk Unit