<?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="report name" pageWidth="995" pageHeight="842" columnWidth="955" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20"> <property name="ireport.zoom" value="1.0"/> <property name="ireport.x" value="0"/> <property name="ireport.y" value="0"/> <style name="Crosstab Data Text"/> <field name="deviceCode" class="java.lang.String"/> <field name="deviceTypeName" class="java.lang.String"/> <field name="factory" class="java.lang.String"/> <field name="uploadTime" class="java.lang.String"/> <field name="statisticalDate" class="java.lang.String"/> <field name="liquidData" class="java.lang.Float"/> <field name="cell" class="java.lang.String"/> <title> <band height="215"> <staticText> <reportElement x="0" y="60" width="210" height="31"/> <textElement> <font fontName="微软雅黑" size="18"/> </textElement> <text><![CDATA[一、设备信息]]></text> </staticText> <staticText> <reportElement x="0" y="179" width="157" height="22"/> <textElement> <font fontName="微软雅黑" size="15"/> </textElement> <text><![CDATA[二、设备数据信息]]></text> </staticText> <staticText> <reportElement x="33" y="101" width="95" height="19"/> <textElement verticalAlignment="Middle"> <font fontName="微软雅黑" size="14"/> </textElement> <text><![CDATA[设备编号]]></text> </staticText> <staticText> <reportElement x="233" y="101" width="117" height="19"/> <textElement verticalAlignment="Middle"> <font fontName="微软雅黑" size="14"/> </textElement> <text><![CDATA[设备名类型]]></text> </staticText> <staticText> <reportElement x="468" y="101" width="88" height="19"/> <textElement verticalAlignment="Middle"> <font fontName="微软雅黑" size="14"/> </textElement> <text><![CDATA[设备位置]]></text> </staticText> <textField> <reportElement x="33" y="145" width="95" height="20"/> <textElement verticalAlignment="Middle"> <font size="14"/> </textElement> <textFieldExpression><![CDATA[$F{deviceCode}]]></textFieldExpression> </textField> <textField> <reportElement x="237" y="145" width="117" height="20"/> <textElement verticalAlignment="Middle"> <font fontName="微软雅黑" size="14"/> </textElement> <textFieldExpression><![CDATA[$F{deviceTypeName}]]></textFieldExpression> </textField> <textField> <reportElement x="471" y="145" width="88" height="20"/> <textElement verticalAlignment="Middle"> <font fontName="微软雅黑" size="14"/> </textElement> <textFieldExpression><![CDATA[$F{factory}]]></textFieldExpression> </textField> <staticText> <reportElement x="664" y="101" width="105" height="19"/> <textElement verticalAlignment="Middle"> <font fontName="微软雅黑" size="14"/> </textElement> <text><![CDATA[数据上传日期]]></text> </staticText> <textField> <reportElement x="655" y="145" width="133" height="20"/> <textElement verticalAlignment="Middle"> <font size="14"/> </textElement> <textFieldExpression><![CDATA[$F{statisticalDate}]]></textFieldExpression> </textField> <staticText> <reportElement x="350" y="0" width="192" height="30"/> <textElement> <font fontName="微软雅黑" size="20"/> </textElement> <text><![CDATA[液位监测仪数据报表]]></text> </staticText> <line> <reportElement x="0" y="91" width="885" height="6"/> </line> <line> <reportElement x="0" y="127" width="885" height="6"/> </line> </band> </title> <columnHeader> <band height="46"> <staticText> <reportElement x="54" y="14" width="53" height="19"/> <textElement verticalAlignment="Middle"> <font fontName="微软雅黑" size="14"/> </textElement> <text><![CDATA[液位(m)]]></text> </staticText> <staticText> <reportElement x="233" y="14" width="93" height="19"/> <textElement verticalAlignment="Middle"> <font fontName="微软雅黑" size="14"/> </textElement> <text><![CDATA[当前电量(%)]]></text> </staticText> <staticText> <reportElement x="468" y="14" width="88" height="19"/> <textElement verticalAlignment="Middle"> <font fontName="微软雅黑" size="14"/> </textElement> <text><![CDATA[数据上传时间]]></text> </staticText> <line> <reportElement x="0" y="40" width="885" height="3"/> </line> <line> <reportElement x="0" y="3" width="885" height="3"/> </line> </band> </columnHeader> <detail> <band height="39"> <textField> <reportElement x="54" y="8" width="74" height="20"/> <textElement verticalAlignment="Middle"> <font size="14"/> </textElement> <textFieldExpression class="java.lang.Float"><![CDATA[$F{liquidData}]]></textFieldExpression> </textField> <textField> <reportElement x="233" y="8" width="93" height="20"/> <textElement verticalAlignment="Middle"> <font size="14"/> </textElement> <textFieldExpression><![CDATA[$F{cell}]]></textFieldExpression> </textField> <textField> <reportElement x="471" y="8" width="97" height="20"/> <textElement verticalAlignment="Middle"> <font size="14"/> </textElement> <textFieldExpression><![CDATA[$F{uploadTime}]]></textFieldExpression> </textField> </band> </detail> <summary> <band height="245"/> </summary> </jasperReport>