...
Existent rendering options
Name | Description | Application |
---|---|---|
| Repeat the row group header if rows of its group span across multiple pages. | VerticalTableNodes |
| Repeat row headers up until (and including) the specified level of the tree. | ? |
| Defines the minimum scale value for the bar chart | VerticalTableNodes |
| Defines the maximum rows for a table before inserting a pagebreak (VerticalTable) | ? |
| Defines the minimum rows after the last pagebreak (VerticalTable) | ? |
| Defines the color shades which are used to overwritting the table charts. The i-th color is used for the i-th level (hierarchical) | VerticalTableNodes |
Implementation Checklist
Reporting Solution:
...
Call the get-method on a reporting node anywhere in the wordchannel with
node.getChannelOptions().<getMethodName>()
Limitations
The Word Template function “Repeat Header Rows” should only be used for column headers. Otherwise
repeatRowGroupHeaders
will not work properly and displace its repeated headers!