Skip to main content

TcxSchedulerReportLinkDetailsPrintStyle Class

The TcxSchedulerReportLinkDetailsPrintStyle class implements the details print style.

Declaration

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.

See Also