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

Compare with Current View Page History

Version 1 Current »

The column footer's text, formatted using the its format settings.

Usage

Set_Property(OLECtrlEntID, "OLE.ColumnFooterTextFormatted[col]", Text)

Values

Text can contain anything.

Default: ""

Indices

IndexDescription
colThe index to a column in the report table

Remarks

The ColumnFooterTextFormatted property is the read only version of the ColumnFooterText property that formats the data according the column footer's format setting.

Example

// Get the formatted text for column 5's footer
FormattedText = Get_Property(@Window:".OLE_REPORTTABLE", "OLE.ColumnFooterTextFooter[5]")

See Also

ColumnFooterTextColumnFooterFormat

  • No labels