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.
 
 
 
 
 

42 lines
2.5 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Created with Jaspersoft Studio version 6.21.3.final using JasperReports Library version 6.21.3-4a3078d20785ebe464f18037d738d12fc98c13cf -->
  3. <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">
  4. <property name="com.jaspersoft.studio.data.defaultdataadapter" value="One Empty Record"/>
  5. <property name="com.jaspersoft.studio.unit." value="pixel"/>
  6. <property name="com.jaspersoft.studio.unit.pageHeight" value="pixel"/>
  7. <property name="com.jaspersoft.studio.unit.pageWidth" value="pixel"/>
  8. <property name="com.jaspersoft.studio.unit.topMargin" value="pixel"/>
  9. <property name="com.jaspersoft.studio.unit.bottomMargin" value="pixel"/>
  10. <property name="com.jaspersoft.studio.unit.leftMargin" value="pixel"/>
  11. <property name="com.jaspersoft.studio.unit.rightMargin" value="pixel"/>
  12. <property name="com.jaspersoft.studio.unit.columnWidth" value="pixel"/>
  13. <property name="com.jaspersoft.studio.unit.columnSpacing" value="pixel"/>
  14. <queryString>
  15. <![CDATA[]]>
  16. </queryString>
  17. <field name="name" class="java.lang.String"/>
  18. <field name="staffNo" class="java.lang.String"/>
  19. <field name="qrCode" class="java.awt.Image"/>
  20. <background>
  21. <band splitType="Stretch"/>
  22. </background>
  23. <detail>
  24. <band height="670" splitType="Stretch">
  25. <textField isStretchWithOverflow="true" isBlankWhenNull="false">
  26. <reportElement stretchType="RelativeToTallestObject" x="37" y="0" width="480" height="120" uuid="e3faf8de-84ba-423f-b6cf-84ba21598686">
  27. <property name="com.jaspersoft.studio.unit.x" value="px"/>
  28. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  29. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  30. </reportElement>
  31. <textElement textAlignment="Center" verticalAlignment="Middle">
  32. <font size="54" isBold="true" fontName="微軟正黑體" pdfEncoding="Identity-H" isPdfEmbedded="true"/>
  33. </textElement>
  34. <textFieldExpression><![CDATA[$F{name}]]></textFieldExpression>
  35. </textField>
  36. <image>
  37. <reportElement x="27" y="120" width="500" height="500" uuid="b1a8ee23-9f0f-4014-9996-e0025222dcd2"/>
  38. <imageExpression><![CDATA[$F{qrCode}]]></imageExpression>
  39. </image>
  40. </band>
  41. </detail>
  42. </jasperReport>