You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?xml version="1.0" encoding="UTF-8"?>
- <!-- Created with Jaspersoft Studio version 6.21.3.final using JasperReports Library version 6.21.3-4a3078d20785ebe464f18037d738d12fc98c13cf -->
- <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="qrCodeHandle" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="80" bottomMargin="20" uuid="c2f7cd27-3725-47ce-ac85-d8a38dc906fa">
- <property name="com.jaspersoft.studio.data.defaultdataadapter" value="One Empty Record"/>
- <property name="com.jaspersoft.studio.unit." value="pixel"/>
- <property name="com.jaspersoft.studio.unit.pageHeight" value="pixel"/>
- <property name="com.jaspersoft.studio.unit.pageWidth" value="pixel"/>
- <property name="com.jaspersoft.studio.unit.topMargin" value="pixel"/>
- <property name="com.jaspersoft.studio.unit.bottomMargin" value="pixel"/>
- <property name="com.jaspersoft.studio.unit.leftMargin" value="pixel"/>
- <property name="com.jaspersoft.studio.unit.rightMargin" value="pixel"/>
- <property name="com.jaspersoft.studio.unit.columnWidth" value="pixel"/>
- <property name="com.jaspersoft.studio.unit.columnSpacing" value="pixel"/>
- <queryString>
- <![CDATA[]]>
- </queryString>
- <field name="name" class="java.lang.String"/>
- <field name="staffNo" class="java.lang.String"/>
- <field name="qrCode" class="java.awt.Image"/>
- <background>
- <band splitType="Stretch"/>
- </background>
- <detail>
- <band height="670" splitType="Stretch">
- <textField isStretchWithOverflow="true" isBlankWhenNull="false">
- <reportElement stretchType="RelativeToTallestObject" x="37" y="0" width="480" height="120" uuid="e3faf8de-84ba-423f-b6cf-84ba21598686">
- <property name="com.jaspersoft.studio.unit.x" value="px"/>
- <property name="com.jaspersoft.studio.unit.width" value="px"/>
- <property name="com.jaspersoft.studio.unit.height" value="px"/>
- </reportElement>
- <textElement textAlignment="Center" verticalAlignment="Middle">
- <font size="54" isBold="true" fontName="微軟正黑體" pdfEncoding="Identity-H" isPdfEmbedded="true"/>
- </textElement>
- <textFieldExpression><![CDATA[$F{name}]]></textFieldExpression>
- </textField>
- <image>
- <reportElement x="27" y="120" width="500" height="500" uuid="b1a8ee23-9f0f-4014-9996-e0025222dcd2"/>
- <imageExpression><![CDATA[$F{qrCode}]]></imageExpression>
- </image>
- </band>
- </detail>
- </jasperReport>
|