subreport-include.xml 477 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9
<?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">
	<reportheader>
                <label fontsize="16" height="15" width="100%" x="0" y="2">Subreport Example, listing Departments and Positions</label>
	</reportheader>
        <include src="subreport-second-include.xml"/>
</report>