TdxCustomTableControlReportLinkOptionsView.Footers Property
Specifies whether the footer panel is displayed in a report.
Declaration
property Footers: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set the Footers property to True to display the footer panel in a report. Otherwise, the footer panel won’t be displayed. The OptionsOnEveryPage.Footers property controls whether the footer panel is displayed on each report page or only the last page.
The Footers property’s default value is True.
See Also