-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathreport.jrxml
More file actions
37 lines (37 loc) · 1.94 KB
/
report.jrxml
File metadata and controls
37 lines (37 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Jaspersoft Studio version 6.12.2.final using JasperReports Library version 6.12.2-75c5e90a222ab406e416cbf590a5397028a52de3 -->
<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="Blank_A4" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="34cba994-a348-482d-a4f9-cc564ea3b15d">
<field name="code" class="java.lang.String"/>
<field name="name" class="java.lang.String"/>
<field name="url" class="java.lang.String"/>
<background>
<band splitType="Stretch"/>
</background>
<detail>
<band height="300" splitType="Stretch">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<textField>
<reportElement x="0" y="30" width="100" height="15" uuid="df36eede-f9ab-4f09-b0fd-48b5f1ed111d"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{code}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="0" y="50" width="100" height="15" uuid="30900144-0445-4c10-9a38-522daf829774"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{name}]]></textFieldExpression>
</textField>
<image hAlign="Center">
<reportElement x="110" y="10" width="450" height="280" uuid="7fe61833-aab7-43ca-bace-9a2143912c39">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box padding="2"/>
<imageExpression><![CDATA[$F{url}]]></imageExpression>
</image>
</band>
</detail>
</jasperReport>