| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 | <?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="zdwxy_subreport1_subreport" language="groovy" pageWidth="450" pageHeight="802" columnWidth="450" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="12ce142b-c3b8-40c2-a31d-ff604c7f307b">	<property name="ireport.zoom" value="1.0"/>	<property name="ireport.x" value="0"/>	<property name="ireport.y" value="0"/>	<queryString>		<![CDATA[]]>	</queryString>	<field name="sl" class="java.lang.Integer">		<fieldDescription><![CDATA[sl]]></fieldDescription>	</field>	<field name="dwmc" class="java.lang.String">		<fieldDescription><![CDATA[dwmc]]></fieldDescription>	</field>	<field name="ywxyzjjl" class="java.lang.Double">		<fieldDescription><![CDATA[ywxyzjjl]]></fieldDescription>	</field>	<background>		<band splitType="Stretch"/>	</background>	<detail>		<band height="30" splitType="Stretch">			<textField pattern="" isBlankWhenNull="true">				<reportElement x="0" y="0" width="111" height="30" uuid="f2efe8fe-c9cd-46f0-9474-e8adfee17b0a"/>				<box>					<topPen lineWidth="0.75"/>					<leftPen lineWidth="0.75"/>					<bottomPen lineWidth="0.75"/>					<rightPen lineWidth="0.75"/>				</box>				<textElement textAlignment="Left" verticalAlignment="Middle">					<font fontName="宋体" size="12"/>				</textElement>				<textFieldExpression><![CDATA[$F{sl}]]></textFieldExpression>			</textField>			<textField pattern="" isBlankWhenNull="true">				<reportElement x="111" y="0" width="105" height="30" uuid="72c37d60-36f2-4c43-9a6b-b1af3f72bf13"/>				<box>					<topPen lineWidth="0.75"/>					<leftPen lineWidth="0.75"/>					<bottomPen lineWidth="0.75"/>					<rightPen lineWidth="0.75"/>				</box>				<textElement textAlignment="Left" verticalAlignment="Middle">					<font fontName="宋体" size="12"/>				</textElement>				<textFieldExpression><![CDATA[$F{dwmc}]]></textFieldExpression>			</textField>			<textField isStretchWithOverflow="true" pattern="###0" isBlankWhenNull="true">				<reportElement x="216" y="0" width="93" height="30" isPrintWhenDetailOverflows="true" uuid="4931305f-a16b-4893-b4ca-4bb5ab5df3ce"/>				<box>					<topPen lineWidth="0.75"/>					<leftPen lineWidth="0.75"/>					<bottomPen lineWidth="0.75"/>					<rightPen lineWidth="0.75"/>				</box>				<textElement textAlignment="Left" verticalAlignment="Middle">					<font fontName="宋体" size="12"/>				</textElement>				<textFieldExpression><![CDATA[$F{ywxyzjjl}]]></textFieldExpression>			</textField>		</band>	</detail></jasperReport>
 |