You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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)

See Also

ColumnFooterTextHeaderVisibleGroupPanelVisible

  • No labels