Definition

Form allows one to directly view Form data in the report.

Figure 1 : Form properties

NameDescription
Selector ClassThe class for current element.
FormTarget form to load. Mandatory field.
Record ID

Record ID to load form data from target form.

Example

For example, we can use #form.TABLE.ID[RECORD_ID] to retrieve the set of the record. Otherwise, if it set to empty it will retrieve the value set in its "Report Parameters" by using "reportParam" hash variable (i.e. #reportParam.id#) based on current context.

Hide fields without value

If checked, fields with no value will be hidden from the form.
Show unselected options for multi option fieldIf checked, unselected options for multi option fields (i.e selectbox, radio button, etc) will be displayed as well.
Margin Bottom

Bottom margin of the form.

Example

10px





  • No labels