vcl-dxpscxschedulerlnk-8c4633f2.md
The TcxSchedulerReportLinkYearlyPrintStyle class implements the yearly print style.
TcxSchedulerReportLinkYearlyPrintStyle = class(
TcxCustomSchedulerReportLinkPrintStyle
)
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.
TObject TPersistent TcxCustomSchedulerReportLinkPrintStyle TcxSchedulerReportLinkYearlyPrintStyle
See Also