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
Index | Description |
---|---|
col | The 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]")