subreport-parent.xml 637 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE report PUBLIC "-//JFreeReport//DTD report definition//EN//simple/version 0.8.5"
                        "http://jfreereport.sourceforge.net/report-088.dtd">
<report name="Subreport Example">

	<items>
		<string-field fieldname="POSITIONTITLE" height="12" width="100%"/>
	</items>
        <include src="subreport-include.xml"/>
	<reportheader>
        <!--        <label fontsize="16" height="15" width="100%" x="0" y="2">Subreport Example, listing Departments and Positions</label> -->
		<sub-report href="subreport-example.xml" query="subreport_query"/>
	</reportheader>

</report>