jyr.jrxml 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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="jyr" language="groovy" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="65f58359-d5f3-469d-8e77-e695bf345f58">
  3. <property name="ireport.zoom" value="1.0"/>
  4. <property name="ireport.x" value="0"/>
  5. <property name="ireport.y" value="0"/>
  6. <background>
  7. <band splitType="Stretch"/>
  8. </background>
  9. <title>
  10. <band height="50" splitType="Stretch">
  11. <staticText>
  12. <reportElement x="0" y="0" width="555" height="50" uuid="202acbd2-35ae-4e0c-90d5-96d8a1840880"/>
  13. <textElement textAlignment="Center" verticalAlignment="Middle">
  14. <font fontName="宋体" size="24" isBold="true"/>
  15. </textElement>
  16. <text><![CDATA[经营人基础信息]]></text>
  17. </staticText>
  18. </band>
  19. </title>
  20. <detail>
  21. <band height="125" splitType="Stretch">
  22. <frame>
  23. <reportElement positionType="Float" x="0" y="0" width="560" height="20" uuid="51c0c5b6-1cde-4653-aa41-f43f091bf464"/>
  24. <staticText>
  25. <reportElement stretchType="RelativeToTallestObject" x="275" y="0" width="125" height="20" uuid="0fe15b02-e234-4e4f-81ee-449a4e0188b5"/>
  26. <box leftPadding="5" rightPadding="5">
  27. <topPen lineWidth="0.5"/>
  28. <leftPen lineWidth="0.5"/>
  29. <bottomPen lineWidth="0.5"/>
  30. <rightPen lineWidth="0.5"/>
  31. </box>
  32. <textElement verticalAlignment="Middle">
  33. <font fontName="宋体" size="10" isBold="true"/>
  34. </textElement>
  35. <text><![CDATA[所在港区]]></text>
  36. </staticText>
  37. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  38. <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="400" y="0" width="155" height="20" forecolor="#000000" backcolor="#FFFFFF" uuid="ea4b9555-76ba-453a-9e0e-c470be9c13f2"/>
  39. <box leftPadding="5">
  40. <topPen lineWidth="0.5"/>
  41. <leftPen lineWidth="0.5"/>
  42. <bottomPen lineWidth="0.5"/>
  43. <rightPen lineWidth="0.5"/>
  44. </box>
  45. <textElement textAlignment="Left" verticalAlignment="Middle" rotation="None" markup="none">
  46. <font fontName="Serif" size="10" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
  47. <paragraph lineSpacing="Single"/>
  48. </textElement>
  49. </textField>
  50. <staticText>
  51. <reportElement stretchType="RelativeToTallestObject" x="0" y="0" width="120" height="20" uuid="82d54cf6-f91e-4b56-a6b1-533c8e97e8b9"/>
  52. <box leftPadding="5" rightPadding="5">
  53. <topPen lineWidth="0.5"/>
  54. <leftPen lineWidth="0.5"/>
  55. <bottomPen lineWidth="0.5"/>
  56. <rightPen lineWidth="0.5"/>
  57. </box>
  58. <textElement verticalAlignment="Middle">
  59. <font fontName="宋体" size="10" isBold="true"/>
  60. </textElement>
  61. <text><![CDATA[所在地]]></text>
  62. </staticText>
  63. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  64. <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="120" y="0" width="155" height="20" forecolor="#000000" backcolor="#FFFFFF" uuid="b38589ff-a9fc-49c7-a458-b52a18fa4a32"/>
  65. <box leftPadding="5">
  66. <topPen lineWidth="0.5"/>
  67. <leftPen lineWidth="0.5"/>
  68. <bottomPen lineWidth="0.5"/>
  69. <rightPen lineWidth="0.5"/>
  70. </box>
  71. <textElement textAlignment="Left" verticalAlignment="Middle" rotation="None" markup="none">
  72. <font fontName="Serif" size="10" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
  73. <paragraph lineSpacing="Single"/>
  74. </textElement>
  75. </textField>
  76. </frame>
  77. </band>
  78. </detail>
  79. <columnFooter>
  80. <band height="45" splitType="Stretch"/>
  81. </columnFooter>
  82. <pageFooter>
  83. <band height="54" splitType="Stretch"/>
  84. </pageFooter>
  85. <summary>
  86. <band height="42" splitType="Stretch"/>
  87. </summary>
  88. </jasperReport>