<?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" hAlign="Center"/> <field name="deviceCode" class="java.lang.String"/> <field name="deviceName" class="java.lang.String"/> <field name="longtitude" class="java.lang.String"/> <field name="latitude" class="java.lang.String"/> <field name="height" class="java.lang.String"/> <field name="factory" class="java.lang.String"/> <field name="outDate" class="java.lang.String"/> <field name="installDate" class="java.lang.String"/> <field name="noise" class="java.lang.Float"/> <field name="cell" class="java.lang.String"/> <field name="uploadTime" class="java.lang.String"/> <field name="statisticalDate" class="java.lang.String"/> <field name="deviceTypeName" class="java.lang.String"/> <title> <band height="204"> <staticText> <reportElement x="349" y="0" width="192" height="30"/> <textElement> <font fontName="微软雅黑" size="20"/> </textElement> <text><![CDATA[噪声记录仪数据报表]]></text> </staticText> <staticText> <reportElement x="3" y="173" width="182" height="31"/> <textElement> <font fontName="微软雅黑" size="18"/> </textElement> <text><![CDATA[二、设备数据信息]]></text> </staticText> <textField> <reportElement x="381" y="135" width="100" height="20"/> <textElement verticalAlignment="Middle"> <font fontName="微软雅黑" size="14"/> </textElement> <textFieldExpression><![CDATA[$F{factory}]]></textFieldExpression> </textField> <staticText> <reportElement x="381" y="91" width="100" height="19"/> <textElement verticalAlignment="Middle"> <font fontName="微软雅黑" size="14"/> </textElement> <text><![CDATA[设备位置]]></text> </staticText> <staticText> <reportElement x="619" y="91" width="105" height="19"/> <textElement verticalAlignment="Middle"> <font fontName="微软雅黑" size="14"/> </textElement> <text><![CDATA[数据上传日期]]></text> </staticText> <staticText> <reportElement x="203" y="91" width="117" height="19"/> <textElement verticalAlignment="Middle"> <font fontName="微软雅黑" size="14"/> </textElement> <text><![CDATA[设备类型]]></text> </staticText> <textField> <reportElement x="39" y="135" width="95" height="20"/> <textElement verticalAlignment="Middle"> <font size="14"/> </textElement> <textFieldExpression><![CDATA[$F{deviceCode}]]></textFieldExpression> </textField> <staticText> <reportElement x="6" y="50" width="210" height="31"/> <textElement> <font fontName="微软雅黑" size="18"/> </textElement> <text><![CDATA[一、设备信息]]></text> </staticText> <staticText> <reportElement x="39" y="91" width="95" height="19"/> <textElement verticalAlignment="Middle"> <font fontName="微软雅黑" size="14"/> </textElement> <text><![CDATA[设备编号]]></text> </staticText> <line> <reportElement x="6" y="81" width="885" height="6"/> </line> <textField> <reportElement x="618" y="135" width="133" height="20"/> <textElement verticalAlignment="Middle"> <font size="14"/> </textElement> <textFieldExpression><![CDATA[$F{statisticalDate}]]></textFieldExpression> </textField> <line> <reportElement x="6" y="117" width="885" height="6"/> </line> <textField> <reportElement x="206" y="135" width="95" height="20"/> <textElement verticalAlignment="Middle"> <font size="14" fontName="微软雅黑"/> </textElement> <textFieldExpression><![CDATA[$F{deviceTypeName}]]></textFieldExpression> </textField> </band> </title> <columnHeader> <band height="61"> <staticText> <reportElement x="36" y="15" width="71" height="28"/> <textElement textAlignment="Justified" verticalAlignment="Middle"> <font fontName="微软雅黑" size="15"/> </textElement> <text><![CDATA[噪音(mg)]]></text> </staticText> <staticText> <reportElement x="456" y="22" width="106" height="28"/> <textElement textAlignment="Justified" verticalAlignment="Middle"> <font fontName="微软雅黑" size="15"/> </textElement> <text><![CDATA[数据上传时间]]></text> </staticText> <line> <reportElement x="6" y="9" width="885" height="6"/> </line> <line> <reportElement x="3" y="50" width="885" height="6"/> </line> <staticText> <reportElement x="203" y="15" width="98" height="28"/> <textElement textAlignment="Justified" verticalAlignment="Middle"> <font fontName="微软雅黑" size="15"/> </textElement> <text><![CDATA[当前电量(%)]]></text> </staticText> </band> </columnHeader> <detail> <band height="40"> <textField> <reportElement x="36" y="6" width="71" height="29"/> <textElement textAlignment="Justified" verticalAlignment="Middle"> <font size="15"/> </textElement> <textFieldExpression class="java.lang.Float"><![CDATA[$F{noise}]]></textFieldExpression> </textField> <textField> <reportElement x="456" y="6" width="106" height="29"/> <textElement textAlignment="Justified" verticalAlignment="Middle"> <font size="15"/> </textElement> <textFieldExpression><![CDATA[$F{uploadTime}]]></textFieldExpression> </textField> <textField> <reportElement x="204" y="6" width="71" height="29"/> <textElement textAlignment="Justified" verticalAlignment="Middle"> <font size="15"/> </textElement> <textFieldExpression><![CDATA[$F{cell}]]></textFieldExpression> </textField> </band> </detail> <summary> <band height="189"/> </summary> </jasperReport>