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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
|
<?
xml
version
=
"1.0"
encoding
=
"UTF-8"
?>
<
jasperreport
xmlns
=
"http://jasperreports.sourceforge.net/jasperreports"
xmlns:xsi
=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation
=
"http://jasperreports.sourceforge.net/jasperreportshttp://jasperreports.sourceforge.net/xsd/jasperreport.xsd"
name
=
"Report"
pageWidth
=
"595"
pageHeight
=
"842"
columnWidth
=
"555"
leftMargin
=
"20"
rightMargin
=
"20"
topMargin
=
"20"
bottomMargin
=
"20"
>
<
property
name
=
"ireport.zoom"
value
=
"1.4641000000000006"
/>
<
property
name
=
"ireport.x"
value
=
"0"
/>
<
property
name
=
"ireport.y"
value
=
"75"
/>
<
querystring
language
=
"SQL"
>
<![CDATA[SELECT
HOWARD_CUSTOMER."ID" AS HOWARD_CUSTOMER_ID,
HOWARD_CUSTOMER."NAME" AS HOWARD_CUSTOMER_NAME,
HOWARD_CUSTOMER."TEL" AS HOWARD_CUSTOMER_TEL,
HOWARD_CUSTOMER."ADDRESS" AS HOWARD_CUSTOMER_ADDRESS
FROM
"HOWARD_CUSTOMER" HOWARD_CUSTOMER]]>
</
queryString
>
<
field
name
=
"HOWARD_CUSTOMER_ID"
class
=
"java.lang.String"
/>
<
field
name
=
"HOWARD_CUSTOMER_NAME"
class
=
"java.lang.String"
/>
<
field
name
=
"HOWARD_CUSTOMER_TEL"
class
=
"java.lang.String"
/>
<
field
name
=
"HOWARD_CUSTOMER_ADDRESS"
class
=
"java.lang.String"
/>
<
title
>
<
band
height
=
"59"
splitType
=
"Stretch"
>
<
statictext
>
<
reportelement
x
=
"230"
y
=
"0"
width
=
"81"
height
=
"59"
/>
<
textelement
>
<
font
size
=
"36"
isBold
=
"true"
/>
</
textElement
>
<
text
>
<![CDATA[Test]]>
</
text
>
</
staticText
>
</
band
>
</
title
>
<
columnheader
>
<
band
height
=
"20"
splitType
=
"Stretch"
>
<
statictext
>
<
reportelement
x
=
"0"
y
=
"0"
width
=
"53"
height
=
"20"
/>
<
box
>
<
pen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
toppen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
leftpen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
bottompen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
rightpen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
</
box
>
<
textElement
/>
<
text
>
<![CDATA[ID]]>
</
text
>
</
staticText
>
<
statictext
>
<
reportelement
x
=
"53"
y
=
"0"
width
=
"138"
height
=
"20"
/>
<
box
>
<
pen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
toppen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
leftpen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
bottompen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
rightpen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
</
box
>
<
textElement
/>
<
text
>
<![CDATA[NAME]]>
</
text
>
</
staticText
>
<
statictext
>
<
reportelement
x
=
"191"
y
=
"0"
width
=
"138"
height
=
"20"
/>
<
box
>
<
pen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
toppen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
leftpen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
bottompen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
rightpen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
</
box
>
<
textElement
/>
<
text
>
<![CDATA[PHONE NO]]>
</
text
>
</
staticText
>
<
statictext
>
<
reportelement
x
=
"329"
y
=
"0"
width
=
"226"
height
=
"20"
/>
<
box
>
<
pen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
toppen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
leftpen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
bottompen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
rightpen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
</
box
>
<
textElement
/>
<
text
>
<![CDATA[ADDRESS]]>
</
text
>
</
staticText
>
</
band
>
</
columnHeader
>
<
detail
>
<
band
height
=
"18"
splitType
=
"Immediate"
>
<
textfield
>
<
reportelement
stretchType
=
"RelativeToBandHeight"
x
=
"0"
y
=
"0"
width
=
"53"
height
=
"18"
/>
<
box
>
<
pen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
toppen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
leftpen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
bottompen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
rightpen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
</
box
>
<
textElement
/>
<
textfieldexpression
class
=
"java.lang.String"
>
<![CDATA[$F{HOWARD_CUSTOMER_ID}]]>
</
textFieldExpression
>
</
textField
>
<
textfield
>
<
reportelement
stretchType
=
"RelativeToBandHeight"
x
=
"53"
y
=
"0"
width
=
"138"
height
=
"18"
/>
<
box
>
<
pen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
toppen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
leftpen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
bottompen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
rightpen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
</
box
>
<
textElement
/>
<
textfieldexpression
class
=
"java.lang.String"
>
<![CDATA[$F{HOWARD_CUSTOMER_NAME}]]>
</
textFieldExpression
>
</
textField
>
<
textfield
>
<
reportelement
stretchType
=
"RelativeToBandHeight"
x
=
"191"
y
=
"0"
width
=
"138"
height
=
"18"
/>
<
box
>
<
pen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
toppen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
leftpen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
bottompen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
rightpen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
</
box
>
<
textElement
/>
<
textfieldexpression
class
=
"java.lang.String"
>
<![CDATA[$F{HOWARD_CUSTOMER_TEL}]]>
</
textFieldExpression
>
</
textField
>
<
textfield
isStretchWithOverflow
=
"true"
>
<
reportelement
x
=
"329"
y
=
"0"
width
=
"226"
height
=
"18"
/>
<
box
bottomPadding
=
"5"
>
<
pen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
toppen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
leftpen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
bottompen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
<
rightpen
lineWidth
=
"1.0"
lineStyle
=
"Solid"
/>
</
box
>
<
textelement
>
<
font
fontName
=
"細明體"
pdfFontName
=
"細明體"
pdfEncoding
=
"Identity-H"
isPdfEmbedded
=
"false"
/>
</
textElement
>
<
textfieldexpression
class
=
"java.lang.String"
>
<![CDATA[$F{HOWARD_CUSTOMER_ADDRESS}]]>
</
textFieldExpression
>
</
textField
>
</
band
>
</
detail
>
<
pagefooter
>
<
band
height
=
"21"
splitType
=
"Stretch"
>
<
textfield
>
<
reportelement
x
=
"205"
y
=
"0"
width
=
"80"
height
=
"20"
/>
<
textelement
textAlignment
=
"Right"
/>
<
textfieldexpression
class
=
"java.lang.String"
>
<![CDATA["Page "+$V{PAGE_NUMBER}+" of"]]>
</
textFieldExpression
>
</
textField
>
<
textfield
evaluationTime
=
"Report"
>
<
reportelement
x
=
"285"
y
=
"0"
width
=
"40"
height
=
"20"
/>
<
textElement
/>
<
textfieldexpression
class
=
"java.lang.String"
>
<![CDATA[" " + $V{PAGE_NUMBER}]]>
</
textFieldExpression
>
</
textField
>
</
band
>
</
pageFooter
>
</
jasperReport
>
]]>
|