HeaderOption

Use this keyword to specify heading defaults for each dimension. The options currently supported are:

  • Length - the maximum length for row headers. This can be a number or can be the word "Fixed" if you want the maximum and minimum length to be the same.

    Note:

    Row headers are truncated with ellipses if they are longer than the specified length.

  • ShowDescription to display member descriptions

  • ShowLabel to display member labels

  • Style

Syntax

HeaderOptionDimension=Length:n
         
HeaderOptionDimension=ShowDescription
HeaderOptionDimension=ShowLabel
HeaderOptionDimension=Style:Property:Value;Property:Value...

Replace Dimension with the row dimension name, n with the length for the header or "Fixed", Property with the style property and Value with the property value. See Style.

Example

HeaderOptionPeriod=Length:4
HeaderOptionScenario=ShowDescription
HeaderOptionsAccount=ShowLabel,Style:font-style:italic