Shows or hides the column footers.
Usage
Set_Property(OLECtrlEntID, "OLE.FooterVisible", Boolean)
Values
[True | False]
Default: False
Remarks
The FooterVisible property determines whether or not a footer appears at the bottom of the table. By default, this is false. Set this to true to display the footer and customize its appearance using the various ColumnFooter properties.
Example
// Show the column footers Set_Property(@Window:".OLE_REPORTTABLE", "OLE.FooterVisible", 1)