I have a XML file with 1 data record (Item) and x number of “under records” (Item lines).
In the designer I have added a detail table witch places the Item lines for eact item under each other.
Just a list function.
Can the detail table automaticaly start page 2 or do I have to split the xml file into x number of records (TItems) with x number of under records (Itemlines) depending on how many lines there can be on the page ?
Because every new section will be printed on a new page you can make different sections. When you put the data of this data record on the first section it will be printed on the first page. The data of the item lines on the second second will be printed on the second page and so on.
Alternatively you could set the Break Before property of the table to Always. This option can be set via the Table formatting dialog (right mouse click the table element and choose Table… from the contextual menu) or via a CSS stylesheet.