Back to Devexpress

TcxSchedulerReportLinkYearlyPrintStyle Class

vcl-dxpscxschedulerlnk-8c4633f2.md

latest1.6 KB
Original Source

TcxSchedulerReportLinkYearlyPrintStyle Class

The TcxSchedulerReportLinkYearlyPrintStyle class implements the yearly print style.

Declaration

delphi
TcxSchedulerReportLinkYearlyPrintStyle = class(
    TcxCustomSchedulerReportLinkPrintStyle
)

Remarks

The yearly print style specifies the layout as a year per page.

The TcxSchedulerReportLinkYearlyPrintStyle class allows specifying how many months will reside per page (see the MonthCountPerPage property). And whether to display page and month headers in the first page only if the layout of the scheduler’s report is two pages per month (see the Layout and PrimaryPageHeadersOnly properties).

The TcxSchedulerReportLinkYearlyPrintStyle object is referenced by the TcxSchedulerReportLinkPrintStyles.Yearly property.

Inheritance

TObject TPersistent TcxCustomSchedulerReportLinkPrintStyle TcxSchedulerReportLinkYearlyPrintStyle

See Also

TcxSchedulerReportLinkYearlyPrintStyle Members

dxPScxSchedulerLnk Unit