Difference between revisions of "Key: CreateTableChart RowTitle LeftAligned Default"
(jrfconvert import) |
|||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Report_keys]] |
+ | {{HelpFiles_Deployment}} | ||
| | ||
− | + | ==Key: CreateTableChart_RowTitle_LeftAligned_Default== | |
===Syntax=== | ===Syntax=== |
Latest revision as of 10:05, 7 February 2012
<accesscontrol>Main:MyGroup</accesscontrol>
Key: CreateTableChart_RowTitle_LeftAligned_Default
Syntax
<add key="CreateTableChart_RowTitle_LeftAligned_Default" value=""[TRUE/FALSE]"/>
[TRUE/FALSE]: Either insert "true" or "false" into value
Purpose
This web config key determines how header is placed inside a generated table chart. If this key value is true then header will be placed on the first-left cell of table chart. If this key value is false then header will be placed on the top-left cell of table chart.
Key is not required. If key does not exist then value for key interpreted as "false"
Example of key
<add key="CreateTableChart_RowTitle_LeftAligned_Default" value="false"/>