Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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