This functionality is only available for certain module packages. Info / Copyright

Reporting Direction for Forms

The reporting direction for forms is defined via the Form orientation property. This property defines the sequence in which the form is filled during the report - either by row or by column. "By row" means that first all the cells of a row are filled before switching to the next row. "By column" means that first all the cells of a column are filled before switching to the next column.

In addition, the properties Column width and Row height are also relevant to the reporting direction. By entering positive or negative values in these properties, you specify whether the report is generated from left to right, from top to bottom or in reverse.

Report by row

In the tables, a "+" entry represents a positive value, and a "-" entry a negative value.

Report from top to bottom and from left to right

Property

Value

Form orientation

By row

Column width

+

Row height

+

Report from top to bottom and from right to left

Property

Value

Form orientation

By row

Column width

-

Row height

+

Report from bottom to top and from left to right

Property

Value

Form orientation

By row

Column width

+

Row height

-

Report from bottom to top and from right to left

Property

Value

Form orientation

By row

Column width

-

Row height

-

Report by column

In the tables, a "+" entry represents a positive value, and a "-" entry a negative value.

Report from left to right and from top to bottom

Property

Value

Form orientation

By column

Column width

+

Row height

-

Report from left to right and from bottom to top

Property

Value

Form orientation

By column

Column width

+

Row height

+

Report from right to left and from top to bottom

Property

Value

Form orientation

By column

Column width

-

Row height

-

Report from right to left and from bottom to top

Property

Value

Form orientation

By column

Column width

-

Row height

+

Notes:

  • Use the No. of rows and Row height form properties to define the maximum evaluation range of the page in dynamic forms: The two values are multiplied, and give the value (in "mm") for the (not visible) boundary line after which the break occurs. The boundary line is calculated in reference to the end of the header. For the above example, this means: If the number of rows = 12 and the row height = 8 mm, the break is placed after 12 x 8 mm = 96 mm.
  • If the Reuse header for new column form property is deactivated, the header will be displayed only in the first column. In the following columns, then, more data rows are displayed than have been defined in the No. of rows property.

See also