8.15. Output #

8.15.1. Output attributes
8.15.2. Output subsections

The <Output> node is used by many previously mentioned sections. This is the generic node that describes how details are displayed in reports.

8.15.1. Output attributes #

Note that Expressions in attribute settings below depend on the parent node context. Some may only use constant expressions or query column references from Independent queries. <Output> nodes in <Report> context may also use report query column references.

8.15.1.1. Suppress #

Output nodes may be suppressed as a whole.

<Output suppress="yes">

Default value is false, i.e. no suppression.

8.15.2. Output subsections #

8.15.2.1. Line #

A line containing text elements of varying widths. See Line node.

<Output>
    <Line>
        ...
    </Line>
</Output

8.15.2.2. HorizontalLine #

A horizontal line. See HorizontalLine node.

<Output>
    <HorizontalLine ... />
</Output

8.15.2.3. Image #

An image. See Image node.

<Output>
    <Image ... />
</Output

8.15.2.4. Barcode #

A barcode. See Barcode node.

<Output>
    <Barcode ... />
</Output

8.15.2.5. Image end #

Terminator for a previous image or barcode node. See ImageEnd node.

<Output>
    <ImageEnd/>
</Output