| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474 |
- <?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/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="RekonFlagReport" language="groovy" pageWidth="842" pageHeight="595" orientation="Landscape" whenNoDataType="AllSectionsNoDetail" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" isFloatColumnFooter="true">
- <property name="ireport.zoom" value="1.0"/>
- <property name="ireport.x" value="0"/>
- <property name="ireport.y" value="0"/>
- <parameter name="PATH_IMAGE" class="java.lang.String">
- <defaultValueExpression><![CDATA["D:/project/BTN/btnui2/REKON/WebContent/WEB-INF/jrxml/images/btn_logo_report.jpg"]]></defaultValueExpression>
- </parameter>
- <parameter name="PERIODE_START" class="java.util.Date">
- <defaultValueExpression><![CDATA[new java.util.Date()]]></defaultValueExpression>
- </parameter>
- <parameter name="PERIODE_END" class="java.util.Date">
- <defaultValueExpression><![CDATA[new java.util.Date()]]></defaultValueExpression>
- </parameter>
- <parameter name="PRINT_BY" class="java.lang.String"/>
- <parameter name="PRINT_DATE" class="java.util.Date"/>
- <parameter name="FLAG_REPORT" class="java.lang.String">
- <defaultValueExpression><![CDATA[0]]></defaultValueExpression>
- </parameter>
- <queryString>
- <![CDATA[SELECT A13 FLAG, A18 TBCODE, A19 TBNAME, A01 TIME, DATE(A02) DATE, A10 CUSTOMER_ID, A24 TRANS_CODE, A20 REC_NO, A09 REF_NO, A07 METER_NO, A08 AMOUNT, COALESCE(A23, NULL, 0) CHARGE, A08 + COALESCE(A23, NULL, 0) TOTAL_AMOUNT, A25 USERID
- FROM MWTEMP.TEMPTABLE
- WHERE
- A13 IN ('0', '3') AND A15 <> '' AND date(a02) >= $P{PERIODE_START} AND date(a02) <= $P{PERIODE_END}
- AND A13 = $P{FLAG_REPORT}
- ORDER
- BY A02 ASC, A13 ASC, A18 ASC, A01 ASC]]>
- </queryString>
- <field name="FLAG" class="java.lang.String">
- <fieldDescription><![CDATA[]]></fieldDescription>
- </field>
- <field name="TBCODE" class="java.lang.String">
- <fieldDescription><![CDATA[]]></fieldDescription>
- </field>
- <field name="TBNAME" class="java.lang.String">
- <fieldDescription><![CDATA[]]></fieldDescription>
- </field>
- <field name="TIME" class="java.lang.String">
- <fieldDescription><![CDATA[]]></fieldDescription>
- </field>
- <field name="DATE" class="java.sql.Date">
- <fieldDescription><![CDATA[]]></fieldDescription>
- </field>
- <field name="CUSTOMER_ID" class="java.lang.String">
- <fieldDescription><![CDATA[]]></fieldDescription>
- </field>
- <field name="TRANS_CODE" class="java.lang.String">
- <fieldDescription><![CDATA[]]></fieldDescription>
- </field>
- <field name="REC_NO" class="java.lang.String">
- <fieldDescription><![CDATA[]]></fieldDescription>
- </field>
- <field name="REF_NO" class="java.lang.String">
- <fieldDescription><![CDATA[]]></fieldDescription>
- </field>
- <field name="METER_NO" class="java.lang.String">
- <fieldDescription><![CDATA[]]></fieldDescription>
- </field>
- <field name="AMOUNT" class="java.lang.String">
- <fieldDescription><![CDATA[]]></fieldDescription>
- </field>
- <field name="CHARGE" class="java.math.BigDecimal">
- <fieldDescription><![CDATA[]]></fieldDescription>
- </field>
- <field name="TOTAL_AMOUNT" class="java.math.BigDecimal">
- <fieldDescription><![CDATA[]]></fieldDescription>
- </field>
- <field name="USERID" class="java.lang.String">
- <fieldDescription><![CDATA[]]></fieldDescription>
- </field>
- <variable name="TOTAL_AMOUNT" class="java.math.BigDecimal" resetType="Group" resetGroup="BRANCH" calculation="Sum">
- <variableExpression><![CDATA[($F{AMOUNT} == null || $F{AMOUNT}.trim() == "") ? java.math.BigDecimal.ZERO : new java.math.BigDecimal($F{AMOUNT})]]></variableExpression>
- </variable>
- <group name="DATE" isStartNewPage="true">
- <groupExpression><![CDATA[$F{DATE}]]></groupExpression>
- <groupHeader>
- <band height="50">
- <textField isStretchWithOverflow="true" isBlankWhenNull="true">
- <reportElement x="0" y="16" width="368" height="20"/>
- <textElement verticalAlignment="Middle">
- <font size="12" isBold="true"/>
- </textElement>
- <textFieldExpression class="java.lang.String"><![CDATA["Tanggal Transaksi : ".concat(new java.text.SimpleDateFormat("dd/MM/yyyy").format($F{DATE}))]]></textFieldExpression>
- </textField>
- </band>
- </groupHeader>
- <groupFooter>
- <band height="50"/>
- </groupFooter>
- </group>
- <group name="BRANCH">
- <groupExpression><![CDATA[$F{TBCODE}]]></groupExpression>
- <groupHeader>
- <band height="50">
- <staticText>
- <reportElement stretchType="RelativeToBandHeight" x="93" y="30" width="106" height="20"/>
- <box topPadding="2" leftPadding="4">
- <pen lineWidth="0.75"/>
- <topPen lineWidth="0.75"/>
- <leftPen lineWidth="0.75"/>
- <bottomPen lineWidth="0.75"/>
- <rightPen lineWidth="0.75"/>
- </box>
- <textElement verticalAlignment="Top">
- <font fontName="SansSerif" size="8" isBold="true"/>
- </textElement>
- <text><![CDATA[TIME]]></text>
- </staticText>
- <staticText>
- <reportElement stretchType="RelativeToBandHeight" x="199" y="30" width="101" height="20"/>
- <box topPadding="2" leftPadding="0" rightPadding="4">
- <pen lineWidth="0.75"/>
- <topPen lineWidth="0.75"/>
- <leftPen lineWidth="0.75"/>
- <bottomPen lineWidth="0.75"/>
- <rightPen lineWidth="0.75"/>
- </box>
- <textElement textAlignment="Right" verticalAlignment="Top">
- <font fontName="SansSerif" size="8" isBold="true"/>
- </textElement>
- <text><![CDATA[ID Pelanggan]]></text>
- </staticText>
- <staticText>
- <reportElement stretchType="RelativeToBandHeight" x="0" y="30" width="93" height="20"/>
- <box topPadding="2" leftPadding="4">
- <pen lineWidth="0.75"/>
- <topPen lineWidth="0.75"/>
- <leftPen lineWidth="0.75"/>
- <bottomPen lineWidth="0.75"/>
- <rightPen lineWidth="0.75"/>
- </box>
- <textElement verticalAlignment="Top">
- <font fontName="SansSerif" size="8" isBold="true"/>
- </textElement>
- <text><![CDATA[FLAG]]></text>
- </staticText>
- <staticText>
- <reportElement stretchType="RelativeToBandHeight" x="0" y="10" width="93" height="20"/>
- <box topPadding="2" leftPadding="4">
- <pen lineWidth="0.75"/>
- <topPen lineWidth="0.75"/>
- <leftPen lineWidth="0.75"/>
- <bottomPen lineWidth="0.75"/>
- <rightPen lineWidth="0.75"/>
- </box>
- <textElement verticalAlignment="Top">
- <font fontName="SansSerif" size="10" isBold="true"/>
- </textElement>
- <text><![CDATA[BRANCH :]]></text>
- </staticText>
- <textField isStretchWithOverflow="true" isBlankWhenNull="true">
- <reportElement stretchType="RelativeToBandHeight" x="93" y="10" width="207" height="20" isPrintWhenDetailOverflows="true"/>
- <box leftPadding="4">
- <pen lineWidth="0.75"/>
- <topPen lineWidth="0.75" lineStyle="Solid"/>
- <leftPen lineWidth="0.75" lineStyle="Solid"/>
- <bottomPen lineWidth="0.75" lineStyle="Solid"/>
- <rightPen lineWidth="0.75" lineStyle="Solid"/>
- </box>
- <textElement verticalAlignment="Middle">
- <font size="10"/>
- </textElement>
- <textFieldExpression class="java.lang.String"><![CDATA[$F{TBCODE}.concat(" - ").concat($F{TBNAME})]]></textFieldExpression>
- </textField>
- <staticText>
- <reportElement stretchType="RelativeToBandHeight" x="300" y="30" width="76" height="20"/>
- <box topPadding="2" leftPadding="0" rightPadding="4">
- <pen lineWidth="0.75"/>
- <topPen lineWidth="0.75"/>
- <leftPen lineWidth="0.75"/>
- <bottomPen lineWidth="0.75"/>
- <rightPen lineWidth="0.75"/>
- </box>
- <textElement textAlignment="Center" verticalAlignment="Top">
- <font fontName="SansSerif" size="8" isBold="true"/>
- </textElement>
- <text><![CDATA[Kode Transaksi]]></text>
- </staticText>
- <staticText>
- <reportElement stretchType="RelativeToBandHeight" x="376" y="30" width="76" height="20"/>
- <box topPadding="2" leftPadding="0" rightPadding="4">
- <pen lineWidth="0.75"/>
- <topPen lineWidth="0.75"/>
- <leftPen lineWidth="0.75"/>
- <bottomPen lineWidth="0.75"/>
- <rightPen lineWidth="0.75"/>
- </box>
- <textElement textAlignment="Center" verticalAlignment="Top">
- <font fontName="SansSerif" size="8" isBold="true"/>
- </textElement>
- <text><![CDATA[No Rekening]]></text>
- </staticText>
- <staticText>
- <reportElement stretchType="RelativeToBandHeight" x="452" y="30" width="76" height="20"/>
- <box topPadding="2" leftPadding="0" rightPadding="4">
- <pen lineWidth="0.75"/>
- <topPen lineWidth="0.75"/>
- <leftPen lineWidth="0.75"/>
- <bottomPen lineWidth="0.75"/>
- <rightPen lineWidth="0.75"/>
- </box>
- <textElement textAlignment="Center" verticalAlignment="Top">
- <font fontName="SansSerif" size="8" isBold="true"/>
- </textElement>
- <text><![CDATA[MLPO Ref No]]></text>
- </staticText>
- <staticText>
- <reportElement stretchType="RelativeToBandHeight" x="528" y="30" width="76" height="20"/>
- <box topPadding="2" leftPadding="0" rightPadding="4">
- <pen lineWidth="0.75"/>
- <topPen lineWidth="0.75"/>
- <leftPen lineWidth="0.75"/>
- <bottomPen lineWidth="0.75"/>
- <rightPen lineWidth="0.75"/>
- </box>
- <textElement textAlignment="Center" verticalAlignment="Top">
- <font fontName="SansSerif" size="8" isBold="true"/>
- </textElement>
- <text><![CDATA[Jumlah Tagihan]]></text>
- </staticText>
- <staticText>
- <reportElement stretchType="RelativeToBandHeight" x="604" y="30" width="76" height="20"/>
- <box topPadding="2" leftPadding="0" rightPadding="4">
- <pen lineWidth="0.75"/>
- <topPen lineWidth="0.75"/>
- <leftPen lineWidth="0.75"/>
- <bottomPen lineWidth="0.75"/>
- <rightPen lineWidth="0.75"/>
- </box>
- <textElement textAlignment="Center" verticalAlignment="Top">
- <font fontName="SansSerif" size="8" isBold="true"/>
- </textElement>
- <text><![CDATA[Admin Bank]]></text>
- </staticText>
- <staticText>
- <reportElement stretchType="RelativeToBandHeight" x="680" y="30" width="76" height="20"/>
- <box topPadding="2" leftPadding="0" rightPadding="4">
- <pen lineWidth="0.75"/>
- <topPen lineWidth="0.75"/>
- <leftPen lineWidth="0.75"/>
- <bottomPen lineWidth="0.75"/>
- <rightPen lineWidth="0.75"/>
- </box>
- <textElement textAlignment="Center" verticalAlignment="Top">
- <font fontName="SansSerif" size="8" isBold="true"/>
- </textElement>
- <text><![CDATA[Jumlah Penerimaan]]></text>
- </staticText>
- <staticText>
- <reportElement stretchType="RelativeToBandHeight" x="756" y="30" width="46" height="20"/>
- <box topPadding="2" leftPadding="0" rightPadding="4">
- <pen lineWidth="0.75"/>
- <topPen lineWidth="0.75"/>
- <leftPen lineWidth="0.75"/>
- <bottomPen lineWidth="0.75"/>
- <rightPen lineWidth="0.75"/>
- </box>
- <textElement textAlignment="Center" verticalAlignment="Top">
- <font fontName="SansSerif" size="8" isBold="true"/>
- </textElement>
- <text><![CDATA[User ID]]></text>
- </staticText>
- </band>
- </groupHeader>
- <groupFooter>
- <band height="20">
- <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
- <reportElement stretchType="RelativeToBandHeight" x="93" y="0" width="234" height="20" isPrintWhenDetailOverflows="true"/>
- <box rightPadding="4">
- <pen lineWidth="0.75"/>
- <topPen lineWidth="0.75" lineStyle="Solid"/>
- <leftPen lineWidth="0.75" lineStyle="Solid"/>
- <bottomPen lineWidth="0.75" lineStyle="Solid"/>
- <rightPen lineWidth="0.75" lineStyle="Solid"/>
- </box>
- <textElement textAlignment="Right" verticalAlignment="Middle">
- <font size="10" isBold="true"/>
- </textElement>
- <textFieldExpression class="java.math.BigDecimal"><![CDATA[$V{TOTAL_AMOUNT}]]></textFieldExpression>
- </textField>
- <staticText>
- <reportElement stretchType="RelativeToBandHeight" x="0" y="0" width="93" height="20"/>
- <box topPadding="2" leftPadding="4">
- <pen lineWidth="0.75"/>
- <topPen lineWidth="0.75"/>
- <leftPen lineWidth="0.75"/>
- <bottomPen lineWidth="0.75"/>
- <rightPen lineWidth="0.75"/>
- </box>
- <textElement verticalAlignment="Top">
- <font fontName="SansSerif" size="10" isBold="true"/>
- </textElement>
- <text><![CDATA[TOTAL :]]></text>
- </staticText>
- </band>
- </groupFooter>
- </group>
- <background>
- <band splitType="Stretch"/>
- </background>
- <title>
- <band height="50" splitType="Stretch">
- <textField isStretchWithOverflow="true" isBlankWhenNull="true">
- <reportElement x="129" y="0" width="426" height="20"/>
- <textElement textAlignment="Center" verticalAlignment="Middle">
- <font size="14" isBold="true"/>
- </textElement>
- <textFieldExpression class="java.lang.String"><![CDATA["LAPORAN REKON"]]></textFieldExpression>
- </textField>
- <image>
- <reportElement x="0" y="0" width="129" height="30"/>
- <imageExpression class="java.lang.String"><![CDATA[$P{PATH_IMAGE}]]></imageExpression>
- </image>
- </band>
- </title>
- <detail>
- <band height="20" splitType="Stretch">
- <textField isStretchWithOverflow="true" isBlankWhenNull="true">
- <reportElement stretchType="RelativeToBandHeight" x="199" y="0" width="101" height="20" isPrintWhenDetailOverflows="true"/>
- <box leftPadding="4">
- <pen lineWidth="0.75"/>
- <topPen lineWidth="0.75" lineStyle="Solid"/>
- <leftPen lineWidth="0.75" lineStyle="Solid"/>
- <bottomPen lineWidth="0.75" lineStyle="Solid"/>
- <rightPen lineWidth="0.75" lineStyle="Solid"/>
- </box>
- <textElement verticalAlignment="Middle">
- <font size="8"/>
- </textElement>
- <textFieldExpression class="java.lang.String"><![CDATA[$F{CUSTOMER_ID}]]></textFieldExpression>
- </textField>
- <textField isStretchWithOverflow="true" isBlankWhenNull="true">
- <reportElement stretchType="RelativeToBandHeight" x="452" y="0" width="76" height="20" isPrintWhenDetailOverflows="true"/>
- <box leftPadding="4" rightPadding="4">
- <pen lineWidth="0.75"/>
- <topPen lineWidth="0.75" lineStyle="Solid"/>
- <leftPen lineWidth="0.75" lineStyle="Solid"/>
- <bottomPen lineWidth="0.75" lineStyle="Solid"/>
- <rightPen lineWidth="0.75" lineStyle="Solid"/>
- </box>
- <textElement verticalAlignment="Middle">
- <font size="8"/>
- </textElement>
- <textFieldExpression class="java.lang.String"><![CDATA[$F{REF_NO}]]></textFieldExpression>
- </textField>
- <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
- <reportElement stretchType="RelativeToBandHeight" x="680" y="0" width="76" height="20" isPrintWhenDetailOverflows="true"/>
- <box rightPadding="4">
- <pen lineWidth="0.75"/>
- <topPen lineWidth="0.75" lineStyle="Solid"/>
- <leftPen lineWidth="0.75" lineStyle="Solid"/>
- <bottomPen lineWidth="0.75" lineStyle="Solid"/>
- <rightPen lineWidth="0.75" lineStyle="Solid"/>
- </box>
- <textElement textAlignment="Right" verticalAlignment="Middle">
- <font size="8"/>
- </textElement>
- <textFieldExpression class="java.math.BigDecimal"><![CDATA[]]></textFieldExpression>
- </textField>
- <textField isStretchWithOverflow="true" isBlankWhenNull="true">
- <reportElement stretchType="RelativeToBandHeight" x="0" y="0" width="93" height="20" isPrintWhenDetailOverflows="true"/>
- <box leftPadding="4">
- <pen lineWidth="0.75"/>
- <topPen lineWidth="0.75" lineStyle="Solid"/>
- <leftPen lineWidth="0.75" lineStyle="Solid"/>
- <bottomPen lineWidth="0.75" lineStyle="Solid"/>
- <rightPen lineWidth="0.75" lineStyle="Solid"/>
- </box>
- <textElement verticalAlignment="Middle">
- <font size="8"/>
- </textElement>
- <textFieldExpression class="java.lang.String"><![CDATA[$F{FLAG}]]></textFieldExpression>
- </textField>
- <textField isStretchWithOverflow="true" isBlankWhenNull="true">
- <reportElement stretchType="RelativeToBandHeight" x="93" y="0" width="106" height="20" isPrintWhenDetailOverflows="true"/>
- <box leftPadding="4">
- <pen lineWidth="0.75"/>
- <topPen lineWidth="0.75" lineStyle="Solid"/>
- <leftPen lineWidth="0.75" lineStyle="Solid"/>
- <bottomPen lineWidth="0.75" lineStyle="Solid"/>
- <rightPen lineWidth="0.75" lineStyle="Solid"/>
- </box>
- <textElement verticalAlignment="Middle">
- <font size="8"/>
- </textElement>
- <textFieldExpression class="java.lang.String"><![CDATA[$F{TIME}]]></textFieldExpression>
- </textField>
- <textField isStretchWithOverflow="true" isBlankWhenNull="true">
- <reportElement stretchType="RelativeToBandHeight" x="300" y="0" width="76" height="20" isPrintWhenDetailOverflows="true"/>
- <box leftPadding="4">
- <pen lineWidth="0.75"/>
- <topPen lineWidth="0.75" lineStyle="Solid"/>
- <leftPen lineWidth="0.75" lineStyle="Solid"/>
- <bottomPen lineWidth="0.75" lineStyle="Solid"/>
- <rightPen lineWidth="0.75" lineStyle="Solid"/>
- </box>
- <textElement verticalAlignment="Middle">
- <font size="8"/>
- </textElement>
- <textFieldExpression class="java.lang.String"><![CDATA[$F{TRANS_CODE}]]></textFieldExpression>
- </textField>
- <textField isStretchWithOverflow="true" isBlankWhenNull="true">
- <reportElement stretchType="RelativeToBandHeight" x="376" y="0" width="76" height="20" isPrintWhenDetailOverflows="true"/>
- <box leftPadding="4">
- <pen lineWidth="0.75"/>
- <topPen lineWidth="0.75" lineStyle="Solid"/>
- <leftPen lineWidth="0.75" lineStyle="Solid"/>
- <bottomPen lineWidth="0.75" lineStyle="Solid"/>
- <rightPen lineWidth="0.75" lineStyle="Solid"/>
- </box>
- <textElement verticalAlignment="Middle">
- <font size="8"/>
- </textElement>
- <textFieldExpression class="java.lang.String"><![CDATA[$F{REC_NO}]]></textFieldExpression>
- </textField>
- <textField isStretchWithOverflow="true" isBlankWhenNull="true">
- <reportElement stretchType="RelativeToBandHeight" x="528" y="0" width="76" height="20" isPrintWhenDetailOverflows="true"/>
- <box leftPadding="4">
- <pen lineWidth="0.75"/>
- <topPen lineWidth="0.75" lineStyle="Solid"/>
- <leftPen lineWidth="0.75" lineStyle="Solid"/>
- <bottomPen lineWidth="0.75" lineStyle="Solid"/>
- <rightPen lineWidth="0.75" lineStyle="Solid"/>
- </box>
- <textElement verticalAlignment="Middle">
- <font size="8"/>
- </textElement>
- <textFieldExpression class="java.lang.String"><![CDATA[$F{AMOUNT}]]></textFieldExpression>
- </textField>
- <textField isStretchWithOverflow="true" isBlankWhenNull="true">
- <reportElement stretchType="RelativeToBandHeight" x="604" y="0" width="76" height="20" isPrintWhenDetailOverflows="true"/>
- <box leftPadding="4">
- <pen lineWidth="0.75"/>
- <topPen lineWidth="0.75" lineStyle="Solid"/>
- <leftPen lineWidth="0.75" lineStyle="Solid"/>
- <bottomPen lineWidth="0.75" lineStyle="Solid"/>
- <rightPen lineWidth="0.75" lineStyle="Solid"/>
- </box>
- <textElement verticalAlignment="Middle">
- <font size="8"/>
- </textElement>
- <textFieldExpression class="java.lang.String"><![CDATA[$F{CHARGE}]]></textFieldExpression>
- </textField>
- <textField isStretchWithOverflow="true" isBlankWhenNull="true">
- <reportElement stretchType="RelativeToBandHeight" x="680" y="0" width="76" height="20" isPrintWhenDetailOverflows="true"/>
- <box leftPadding="4">
- <pen lineWidth="0.75"/>
- <topPen lineWidth="0.75" lineStyle="Solid"/>
- <leftPen lineWidth="0.75" lineStyle="Solid"/>
- <bottomPen lineWidth="0.75" lineStyle="Solid"/>
- <rightPen lineWidth="0.75" lineStyle="Solid"/>
- </box>
- <textElement verticalAlignment="Middle">
- <font size="8"/>
- </textElement>
- <textFieldExpression class="java.lang.String"><![CDATA[$F{TOTAL_AMOUNT}]]></textFieldExpression>
- </textField>
- <textField isStretchWithOverflow="true" isBlankWhenNull="true">
- <reportElement stretchType="RelativeToBandHeight" x="756" y="0" width="46" height="20" isPrintWhenDetailOverflows="true"/>
- <box leftPadding="4">
- <pen lineWidth="0.75"/>
- <topPen lineWidth="0.75" lineStyle="Solid"/>
- <leftPen lineWidth="0.75" lineStyle="Solid"/>
- <bottomPen lineWidth="0.75" lineStyle="Solid"/>
- <rightPen lineWidth="0.75" lineStyle="Solid"/>
- </box>
- <textElement verticalAlignment="Middle">
- <font size="8"/>
- </textElement>
- <textFieldExpression class="java.lang.String"><![CDATA[$F{USERID}]]></textFieldExpression>
- </textField>
- </band>
- </detail>
- </jasperReport>
|