-
Notifications
You must be signed in to change notification settings - Fork 0
/
others.jrxml
74 lines (74 loc) · 3.74 KB
/
others.jrxml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Jaspersoft Studio version 6.5.1.final using JasperReports Library version 6.5.1 -->
<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="其他典型条图" pageWidth="595" pageHeight="842" columnWidth="575" leftMargin="10" rightMargin="10" topMargin="20" bottomMargin="20" isFloatColumnFooter="true" uuid="31c5bd3e-7f1a-4ab1-b4e4-a617f592984c">
<property name="com.jaspersoft.studio.data.defaultdataadapter" value="OtherDataAdapter.xml"/>
<property name="net.sf.jasperreports.print.create.bookmarks" value="false"/>
<parameter name="START_PAGE" class="java.lang.Integer"/>
<parameter name="sn" class="java.lang.String"/>
<parameter name="copyright" class="java.lang.String"/>
<queryString>
<![CDATA[]]>
</queryString>
<field name="seconds" class="java.lang.Integer">
<fieldDescription><![CDATA[seconds]]></fieldDescription>
</field>
<field name="svtInfos" class="java.util.List">
<fieldDescription><![CDATA[svtInfos]]></fieldDescription>
</field>
<title>
<band height="34">
<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
<staticText>
<reportElement x="1" y="2" width="154" height="28" uuid="69af078f-cdf8-416a-ae48-03a320d45667">
<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
</reportElement>
<textElement>
<font fontName="黑体" size="18" isBold="true"/>
</textElement>
<text><![CDATA[其他典型条图]]></text>
</staticText>
</band>
</title>
<detail>
<band height="46" splitType="Immediate">
<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
<subreport>
<reportElement x="1" y="4" width="574" height="36" isPrintInFirstWholeBand="true" uuid="9f4eae9c-b801-441b-8f33-761767b1218f">
<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
</reportElement>
<dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{svtInfos} )]]></dataSourceExpression>
<subreportExpression><![CDATA[(($F{seconds}.intValue()==8) ? "others_8.jasper" : (($F{seconds}.intValue()==16) ? "others_16.jasper" : "others_32.jasper"))]]></subreportExpression>
</subreport>
</band>
</detail>
<pageFooter>
<band height="20">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<textField>
<reportElement x="177" y="6" width="220" height="14" uuid="aef34d89-b7aa-4910-b411-d9431b686df1">
<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
</reportElement>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="华文宋体" size="9"/>
</textElement>
<textFieldExpression><![CDATA[$P{copyright}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="491" y="6" width="84" height="14" uuid="c3b94bfd-1508-4352-a0ce-35195f8794b6">
<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font fontName="华文宋体" size="9"/>
</textElement>
<textFieldExpression><![CDATA[$V{PAGE_NUMBER}+$P{START_PAGE}]]></textFieldExpression>
</textField>
<image hAlign="Left" onErrorType="Blank">
<reportElement x="0" y="4" width="71" height="16" uuid="bd83068c-440b-45d4-9576-47eece20aeb4">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<imageExpression><![CDATA[$P{sn}]]></imageExpression>
</image>
</band>
</pageFooter>
</jasperReport>