Skip to main content

TcxTreeListReportLinkOptionsOnEveryPage.Footers Property

Specifies whether the TreeList footer appears on every report page

Declaration

property Footers; default True;

Property Value

Type Default
Boolean True

Remarks

Set the Footers property to True to print the footer on every report page and to False to print it only on the last page.

You can control the footer presence within the report via the OptionsView.Footers property.

The default value of the Footers property is True.

See Also