Definition Nodes
Definition nodes are the elements to define a Report Type. A definition node has the following attributes;
Attribute | Description | Example |
---|---|---|
|
|
|
|
|
|
| A list (array) of children (definition nodes) |
|
| The set of parameters values to be applied when evaluating the building block. |
|
| The slot to be produced into
| "slot": "{left}" |
|
| "enabled": "=params.ShowChapterXY" |
|
| "buildingBlock": "SectionBB",
"iterateOver": [ "de", "en", "fr" ],
"iterateInto": "reportLanguage",
"parameters": {
"mainTitle": {
"text": "This is produced for reportLanguage {1}",
"args": [ "=params.reportLanguage" ]
}
} |