Skip to main content

TdxCustomTableControlReportLinkOptionsOnEveryPage.Footers Property

Determines whether the footer panel is displayed on each report page or on the first page only.

Declaration

property Footers: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set the Footers property to True to have the footer panel (if shown) be displayed on each report page. Otherwise, the footer panel will be displayed on the first report page only. The overall visibility of the footer panel within a report is determined by the OptionsView.Footers property.

The Footers property’s default value is True.

See Also