skip to main content
Structure de la liste au format XML
Mit den folgenden Kennwörtern wird die XML-Vorlage in Bereiche unterteilt:
<?xml version="1.0" encoding="UTF-8" ?>
<ReportLayout>
<Columns>
<Column width="auto"/>
<Column width="8"/>
</Columns>
<HeaderLayout>
<Row>
<Cell text="Flex-Bauteilliste Exemplare" colspan="full" align="left"/>
</Row>
<Row>
<Cell text="Name" align="left"/>
</Row>
</HeaderLayout>
<GroupHeaderLayout>
</GroupHeaderLayout>
<RowLayout>
<Row>
<Cell text="$name" align="left"/>
</Row>
</RowLayout>
<GroupFooterLayout>
<Row>
<Cell text="Summe: $quantity" colspan="2" align="left"/>
</Row>
</GroupFooterLayout>
<FooterLayout>
</FooterLayout>
</ReportLayout>