12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <property name="ireport.zoom" value="1.0"/>
- <property name="ireport.x" value="0"/>
- <property name="ireport.y" value="0"/>
- <queryString>
- <![CDATA[]]>
- </queryString>
- <field name="name" class="java.lang.String">
- <fieldDescription><![CDATA[name]]></fieldDescription>
- </field>
- <background>
- <band splitType="Stretch"/>
- </background>
- <title>
- <band height="29">
- <staticText>
- <reportElement x="0" y="0" width="555" height="29" uuid="6276765f-abfb-4b0e-bd09-3f2ebadc4fbf"/>
- <box leftPadding="5">
- <topPen lineWidth="0.5"/>
- <leftPen lineWidth="0.5"/>
- <bottomPen lineWidth="0.5"/>
- <rightPen lineWidth="0.5"/>
- </box>
- <textElement textAlignment="Center" verticalAlignment="Middle">
- <font fontName="宋体" size="12" isBold="true" pdfEncoding="Cp1252" isPdfEmbedded="true"/>
- </textElement>
- <text><![CDATA[附件名称]]></text>
- </staticText>
- </band>
- </title>
- <detail>
- <band height="27" splitType="Stretch">
- <textField isBlankWhenNull="true">
- <reportElement x="0" y="0" width="555" height="27" uuid="a0a41642-b0b8-4223-87f6-a06f5979c552"/>
- <box leftPadding="5">
- <topPen lineWidth="0.5"/>
- <leftPen lineWidth="0.5"/>
- <bottomPen lineWidth="0.5"/>
- <rightPen lineWidth="0.5"/>
- </box>
- <textElement verticalAlignment="Middle">
- <font fontName="宋体" size="12" pdfEncoding="Cp1252" isPdfEmbedded="true"/>
- </textElement>
- <textFieldExpression><![CDATA[$F{name}]]></textFieldExpression>
- </textField>
- </band>
- </detail>
- </jasperReport>
|