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