TBasedxReportLink.HeadersOnEveryPage Property
In This Article
Specifies whether headers are printed on every page of a report.
#Declaration
Delphi
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