Skip to main content

TcxSchedulerReportLinkYearlyPrintStyle.PrimaryPageHeadersOnly Property

Specifies whether to display page header and month headers in the first page of the scheduler’s report or in the first page of each month.

Declaration

property PrimaryPageHeadersOnly: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

If the Layout property’s value is pslTwoPages then the scheduler’s report will be split in two pages per month.

Set the PrimaryPageHeadersOnly property to True to show headers only in the top level page. Otherwise headers will be displayed in both types of pages.

The default value of the PrimaryPageHeadersOnly property is False.

See Also