3.7.6 Visual Properties
You can set the visual properties (font, alignment, background, etc.) of expanding cells, rows, and columns in the formula table script. There are three general steps:
1. Call functions to modify the visual properties of the “pre-expansion” table.
2. Call the “expandCalcTable()” function to expand formula table.
3. Call functions to modify the visual properties of the “post-expansion” table.
Any script that precedes the “expandCalcTable()” command applies to the table prior to expansion. Any script that follows the “expandCalcTable()” command applies to the expanded table.
To use 'expandCalcTable()', make sure to disable automatic table expansion. (It is disabled by default for new reports.) To disable automatic table expansion, select 'Report Properties' from the 'File' menu. In the 'Report Properties' dialog box, deselect 'Expand calc table automatically on script reference'.

See Also
SI.6, Table Object , for formula table functions.
| << toList | © 1996-2013 InetSoft Technology Corporation (v11.4) | Walkthrough: Formula Table Expansion >> |