Using the Printing tab, you can specify print setting per component, for the PDF output. These settings have no effect if the JAXFront PDF rendering engine is not installed.
XUI component - Printing

Fieldname | Default | Description |
---|
Printable | | Defines whether the component is to be printed. Applies to all types. The following options are available: - always (the current type will be printed)
- never (the current type will not be printed)
- ifIsVisible (the current type will be printed if it is visible)
- ifIsSerializable (the current type will be printed if it is serializable)
- ifIsVisibleAndSerializable (the current type will be printed if it is visible and serializable)
|
List print mode | | For the list type, you can define how to print the list. The following options are available: - serial (list entries are represented serially interlocked),
- table (values of the list entries are represented in a table) or
- tableAndSerial (combination of table and serial).
|