TBasedxReportLink.FootersOnEveryPage Property
Specifies whether footers are printed on every page of a report.
Declaration
property FootersOnEveryPage: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set the FootersOnEveryPage property to True to display footers on every page of a report.
The default value of this property is False.
See Also