TcxSchedulerReportLinkYearlyPrintStyle Class
The TcxSchedulerReportLinkYearlyPrintStyle class implements the yearly print style.
Declaration
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