Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Existent rendering options

Name

Description

Application

repeatRowGroupHeaders: boolean

Repeat the row group header if rows of its group span across multiple pages.

VerticalTableNodes

repeatRowHeadersUntilLevel: number

Repeat row headers up until (and including) the specified level of the tree.

?

barchartMinScaleValue: number

Defines the minimum scale value for the bar chart

VerticalTableNodes

maxTableRowsOnPage: number

Defines the maximum rows for a table before inserting a pagebreak (VerticalTable)

?

minTableRowsOnPage: number

Defines the minimum rows after the last pagebreak (VerticalTable)

?

tableChartLevelColorShades: string[]

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!