diff options
Diffstat (limited to 'jasper_reports/custom_reports/woi.jrxml')
| -rw-r--r-- | jasper_reports/custom_reports/woi.jrxml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/jasper_reports/custom_reports/woi.jrxml b/jasper_reports/custom_reports/woi.jrxml new file mode 100644 index 0000000..f5c8c4b --- /dev/null +++ b/jasper_reports/custom_reports/woi.jrxml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Created with Jaspersoft Studio version 6.20.5.final using JasperReports Library version 6.20.5-3efcf2e67f959db3888d79f73dde2dbd7acb4f8e --> +<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="woi" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="ad98306c-54b5-4365-98c2-3591baf376f2"> + <queryString> + <![CDATA[]]> + </queryString> + <background> + <band splitType="Stretch"/> + </background> + <title> + <band height="79" splitType="Stretch"> + <staticText> + <reportElement x="204" y="33" width="100" height="30" uuid="e083e191-e135-424c-a19d-ba9fedbe81ad"/> + <text><![CDATA[test]]></text> + </staticText> + </band> + </title> +</jasperReport> |
