Java Reference
In-Depth Information
<group>
This element is used to group consecutive records in a datasource sharing some
common characteristics.
<group name="GroupName">
<groupExpression>
<![CDATA[$F{FieldName}]]>
</groupExpression>
</group>
A JRXML template can contain zero or more <group> elements.
<background>
This element is used to define the page background for all pages in the report. It can
be used to display images or text and also to display watermarks.
<background>
<band height="745">
<image scaleImage="Clip" hAlign="Left" vAlign="Bottom">
<reportElement x="0" y="0" width="160" height="745"/>
<imageExpression>"image.gif"
</imageExpression>
</image>
</band>
</background>
A JRXML template can contain zero or one <background> element.
<title>
This is the report title and appears only once, at the beginning of the report.
<title>
<band height="50">
<staticText>
<reportElement x="180" y="0" width="200" height="20"/>
<text>
 
Search WWH ::




Custom Search