Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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="custom" language="groovy" pageWidth="612" pageHeight="792" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="2a3860b7-4c46-41ea-aae9-7f02e3679927">
  3. <property name="ireport.zoom" value="1.0"/>
  4. <property name="ireport.x" value="0"/>
  5. <property name="ireport.y" value="0"/>
  6. <queryString>
  7. <![CDATA[]]>
  8. </queryString>
  9. <field name="SIDNumber" class="java.lang.String">
  10. <fieldDescription><![CDATA[SerialNo]]></fieldDescription>
  11. </field>
  12. <field name="voucher" class="java.lang.String">
  13. <fieldDescription><![CDATA[code]]></fieldDescription>
  14. </field>
  15. <field name="price" class="java.lang.Long">
  16. <fieldDescription><![CDATA[price]]></fieldDescription>
  17. </field>
  18. <title>
  19. <band height="22" splitType="Stretch">
  20. <staticText>
  21. <reportElement x="0" y="0" width="22" height="20" uuid="5fc7b8ea-a635-4997-802e-82f3e06c8694"/>
  22. <text><![CDATA[HDR]]></text>
  23. </staticText>
  24. <textField>
  25. <reportElement x="22" y="0" width="130" height="20" uuid="f653a4ef-7863-4ea2-bb52-0cfa38d26ef0"/>
  26. <textFieldExpression><![CDATA[$F{price}]]></textFieldExpression>
  27. </textField>
  28. <staticText>
  29. <reportElement x="152" y="0" width="130" height="20" uuid="409ca2ad-ccf8-4007-bf41-ca67fee156fe"/>
  30. <text><![CDATA[Rupees]]></text>
  31. </staticText>
  32. </band>
  33. </title>
  34. <detail>
  35. <band height="22" splitType="Stretch">
  36. <staticText>
  37. <reportElement x="0" y="0" width="22" height="20" uuid="5fc7b8ea-a635-4997-802e-82f3e06c8694"/>
  38. <text><![CDATA[BDY]]></text>
  39. </staticText>
  40. <textField>
  41. <reportElement x="22" y="0" width="130" height="20" uuid="f653a4ef-7863-4ea2-bb52-0cfa38d26ef0"/>
  42. <textFieldExpression><![CDATA[$F{SerialNo}!=null?$F{SerialNo}:"-"]]></textFieldExpression>
  43. </textField>
  44. <textField>
  45. <reportElement x="152" y="0" width="130" height="20" uuid="ed37edb9-bb8f-43bf-904f-6ca5b5941aea"/>
  46. <textFieldExpression><![CDATA[$F{code}!=null?$F{code}:"-"]]></textFieldExpression>
  47. </textField>
  48. </band>
  49. </detail>
  50. <summary>
  51. <band height="22" splitType="Stretch">
  52. <staticText>
  53. <reportElement x="0" y="0" width="22" height="20" uuid="5fc7b8ea-a635-4997-802e-82f3e06c8694"/>
  54. <text><![CDATA[TRL]]></text>
  55. </staticText>
  56. <textField>
  57. <reportElement x="22" y="0" width="130" height="20" uuid="adcc7751-da03-4141-9045-821960ce77c7"/>
  58. <textFieldExpression><![CDATA[$V{REPORT_COUNT}]]></textFieldExpression>
  59. </textField>
  60. </band>
  61. </summary>
  62. </jasperReport>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement