To test I added the following code to FormPrintingBasics_Load routine within the demo PrintingBasics module.
fGrid.Footer.Cells(0, 0).AggregateFunction = iGAggregateFunction.Count
fGrid.Footer.Visible = True
This placed a footer showing the total number of rows in the grid.
When I click print, or print preview the footer is not printed.
I have searched the manual for a setting but cannot find it. Is there one?
Thanks