Repeating Rows are table rows that are repeated for a set of nodes from the source XML.
To understand better how it works, consider you have a collection of CDs and you want to create a table for each ones title, artist and year of appearance for example. The table should have one row which will be converted to a repeating row and a header.
After you insert the table right-click on the row and select Convert to Repeating Row. The Edit Expression dialog will be displayed. Select the path to the set of nodes you want to be repeated (in this example to cd node) and click OK.
Drag from the XML Tree the elements to be repeated for each CD (in this example title, artist and year) and select Field from the menu that appears when dropping them. Below you can see the result in Design mode and then the result in PDF:
Design mode:
PDF result:
Note:
|