glzdxx_subreport1.jrxml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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="glzdxx_subreport1" language="groovy" pageWidth="555" pageHeight="802" whenNoDataType="AllSectionsNoDetail" columnWidth="555" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="b300d787-f652-443c-8678-9f7c33c7a4e9">
  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="name" class="java.lang.String">
  10. <fieldDescription><![CDATA[name]]></fieldDescription>
  11. </field>
  12. <background>
  13. <band splitType="Stretch"/>
  14. </background>
  15. <title>
  16. <band height="29">
  17. <staticText>
  18. <reportElement x="0" y="0" width="555" height="29" uuid="6276765f-abfb-4b0e-bd09-3f2ebadc4fbf"/>
  19. <box leftPadding="5">
  20. <topPen lineWidth="0.5"/>
  21. <leftPen lineWidth="0.5"/>
  22. <bottomPen lineWidth="0.5"/>
  23. <rightPen lineWidth="0.5"/>
  24. </box>
  25. <textElement textAlignment="Center" verticalAlignment="Middle">
  26. <font fontName="宋体" size="12" isBold="true" pdfEncoding="Cp1252" isPdfEmbedded="true"/>
  27. </textElement>
  28. <text><![CDATA[附件名称]]></text>
  29. </staticText>
  30. </band>
  31. </title>
  32. <detail>
  33. <band height="27" splitType="Stretch">
  34. <textField isBlankWhenNull="true">
  35. <reportElement x="0" y="0" width="555" height="27" uuid="a0a41642-b0b8-4223-87f6-a06f5979c552"/>
  36. <box leftPadding="5">
  37. <topPen lineWidth="0.5"/>
  38. <leftPen lineWidth="0.5"/>
  39. <bottomPen lineWidth="0.5"/>
  40. <rightPen lineWidth="0.5"/>
  41. </box>
  42. <textElement verticalAlignment="Middle">
  43. <font fontName="宋体" size="12" pdfEncoding="Cp1252" isPdfEmbedded="true"/>
  44. </textElement>
  45. <textFieldExpression><![CDATA[$F{name}]]></textFieldExpression>
  46. </textField>
  47. </band>
  48. </detail>
  49. </jasperReport>