This function changes how the business report
author sees the report in the interactive user interface. It has no effect on how the exports
operate.
Syntax:
ChangePageProperties2, rowLabel, cssNormalStyle, cultureString,
valueFormat, numRowsDisplayed, numColumnsDisplayed,
visibleTextColumns
Parameters:
rowLabel
– the caption or title to be used for the row label. If blank, no change will be
made to the current caption.
cssNormalStyle – the CSS style to use for normal data
cells
cultureString – the language/culture for the page
displayed
valueFormat – the numeric value format to use
numRowsDisplayed – the number of rows to display
numColumnsDisplayed – the number of columns to display
visibleRowProperties – a tilde (~) delimited list of text column indexes
(0 being the first) that should be visible
Example:
ChangePageProperties2,,NormalDataCell,en-us,N0,10,20,0~1
Since the rowLabel parameter is blank, this command
does not change the current row label caption.
Comments:
This script affects how things appear on the author’s
interactive mode, and the value formats and number of displayed rows and columns
do not impact any export functions.
|