<?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="temperature" class="java.lang.String"/> <field name="press" class="java.lang.String"/> <field name="factory" class="java.lang.String"/> <field name="cell" class="java.lang.String"/> <field name="uploadTime" class="java.lang.String"/> <field name="statisticalDate" 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="210" y="101" width="117" height="19"/> <textElement verticalAlignment="Middle"> <font fontName="微软雅黑" size="14"/> </textElement> <text><![CDATA[设备类型]]></text> </staticText> <staticText> <reportElement x="376" y="101" width="79" height="19"/> <textElement verticalAlignment="Middle"> <font fontName="微软雅黑" size="14"/> </textElement> <text><![CDATA[设备位置]]></text> </staticText> <textField> <reportElement x="30" y="145" width="123" height="20"/> <textElement verticalAlignment="Middle"> <font size="14"/> </textElement> <textFieldExpression><![CDATA[$F{deviceCode}]]></textFieldExpression> </textField> <textField> <reportElement x="210" y="145" width="117" height="20"/> <textElement verticalAlignment="Middle"> <font fontName="微软雅黑" size="14"/> </textElement> <textFieldExpression><![CDATA[$F{deviceTypeName}]]></textFieldExpression> </textField> <textField> <reportElement x="376" y="145" width="100" height="20"/> <textElement verticalAlignment="Middle"> <font fontName="微软雅黑" size="14"/> </textElement> <textFieldExpression><![CDATA[$F{factory}]]></textFieldExpression> </textField> <staticText> <reportElement x="542" y="101" width="105" height="19"/> <textElement verticalAlignment="Middle"> <font fontName="微软雅黑" size="14"/> </textElement> <text><![CDATA[数据上传日期]]></text> </staticText> <textField> <reportElement x="542" 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="376" y="14" width="99" height="19"/> <textElement verticalAlignment="Middle"> <font fontName="微软雅黑" size="14"/> </textElement> <text><![CDATA[当前电量(%)]]></text> </staticText> <staticText> <reportElement x="542" 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> <staticText> <reportElement x="33" y="14" width="99" height="19"/> <textElement verticalAlignment="Middle"> <font fontName="微软雅黑" size="14"/> </textElement> <text><![CDATA[温度(℃)]]></text> </staticText> <staticText> <reportElement x="210" y="14" width="99" height="19"/> <textElement verticalAlignment="Middle"> <font fontName="微软雅黑" size="14"/> </textElement> <text><![CDATA[压力(MPa)]]></text> </staticText> </band> </columnHeader> <detail> <band height="39"> <textField> <reportElement x="376" y="8" width="99" height="20"/> <textElement verticalAlignment="Middle"> <font size="14"/> </textElement> <textFieldExpression><![CDATA[$F{cell}]]></textFieldExpression> </textField> <textField> <reportElement x="533" y="8" width="97" height="20"/> <textElement verticalAlignment="Middle"> <font size="14"/> </textElement> <textFieldExpression><![CDATA[$F{uploadTime}]]></textFieldExpression> </textField> <textField> <reportElement x="30" y="8" width="99" height="20"/> <textElement verticalAlignment="Middle"> <font fontName="微软雅黑" size="14"/> </textElement> <textFieldExpression><![CDATA[$F{temperature}]]></textFieldExpression> </textField> <textField> <reportElement x="210" y="8" width="99" height="20"/> <textElement verticalAlignment="Middle"> <font fontName="微软雅黑" size="14"/> </textElement> <textFieldExpression><![CDATA[$F{press}]]></textFieldExpression> </textField> </band> </detail> <summary> <band height="245"/> </summary> </jasperReport>