PrintInfo Reference > PrintInfo Properties > RepeatColumnFooters Property (PrintInfo) |
This property sets or returns a Boolean that determines whether column footers should appear on each page.
PrintInfo.RepeatColumnFooters= boolean
Read/Write at run time and design time.
If True, column footers are printed at the bottom of each physical page.
If False (the default), column footers are printed on the last page only.
Note
If the ColumnFooters property of the associated TDBGrid control is False, then column footers are not printed, regardless of the setting of this property.