Subversion Repositories Integrator Subversion

Rev

Rev 182 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
179 espaco 1
<?xml version="1.0" encoding="UTF-8"?>
2
<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="subrelatorio_final_equipe" pageWidth="555" pageHeight="802" whenNoDataType="NoDataSection" columnWidth="555" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="e791000a-877a-458c-ae06-e3c999bcbcb3">
3
	<property name="ireport.zoom" value="1.9487171000000014"/>
4
	<property name="ireport.x" value="0"/>
5
	<property name="ireport.y" value="0"/>
6
	<property name="net.sf.jasperreports.print.create.bookmarks" value="true"/>
7
	<property name="com.jaspersoft.studio.unit." value="pixel"/>
8
	<property name="com.jaspersoft.studio.unit.pageHeight" value="pixel"/>
9
	<property name="com.jaspersoft.studio.unit.pageWidth" value="pixel"/>
10
	<property name="com.jaspersoft.studio.unit.topMargin" value="pixel"/>
11
	<property name="com.jaspersoft.studio.unit.bottomMargin" value="pixel"/>
12
	<property name="com.jaspersoft.studio.unit.leftMargin" value="pixel"/>
13
	<property name="com.jaspersoft.studio.unit.rightMargin" value="pixel"/>
14
	<property name="com.jaspersoft.studio.unit.columnWidth" value="pixel"/>
15
	<property name="com.jaspersoft.studio.unit.columnSpacing" value="pixel"/>
16
	<property name="com.jaspersoft.studio.data.defaultdataadapter" value="One Empty Record"/>
17
	<parameter name="SUBREPORT_DIR" class="java.lang.String" isForPrompting="false">
18
		<defaultValueExpression><![CDATA[$P{SUBREPORT_DIR}]]></defaultValueExpression>
19
	</parameter>
20
	<parameter name="pVisualizarAvaliador" class="java.lang.Boolean"/>
21
	<queryString>
22
		<![CDATA[]]>
23
	</queryString>
24
	<field name="nomeDoAluno" class="java.lang.String">
25
		<fieldDescription><![CDATA[nomeDoAluno]]></fieldDescription>
26
	</field>
27
	<field name="indicadorBolsista" class="java.lang.Boolean">
28
		<fieldDescription><![CDATA[indicadorBolsista]]></fieldDescription>
29
	</field>
30
	<field name="numeroMatriculaDoAluno" class="java.lang.String">
31
		<fieldDescription><![CDATA[numeroMatriculaDoAluno]]></fieldDescription>
32
	</field>
33
	<group name="numeroMatriculaDoAluno" isReprintHeaderOnEachPage="true" keepTogether="true">
34
		<groupExpression><![CDATA[$F{numeroMatriculaDoAluno}]]></groupExpression>
35
	</group>
36
	<background>
37
		<band splitType="Stretch"/>
38
	</background>
39
	<detail>
40
		<band height="15">
41
			<rectangle>
42
				<reportElement uuid="eabe0b10-cbe6-48c3-9f2c-8cb3e250585d" x="0" y="0" width="555" height="15">
43
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
44
				</reportElement>
45
			</rectangle>
46
			<textField>
47
				<reportElement uuid="c6b4e6e1-be40-4ae0-ab4a-80dc5cc407f2" x="115" y="0" width="340" height="15">
48
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
49
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
50
				</reportElement>
51
				<textElement verticalAlignment="Middle">
52
					<font fontName="Arial" size="8" isBold="true"/>
53
				</textElement>
54
				<textFieldExpression><![CDATA[$F{nomeDoAluno}]]></textFieldExpression>
55
			</textField>
56
			<textField>
57
				<reportElement uuid="d470df6d-e657-4dc3-b941-a5f5fde0a5a6" x="0" y="0" width="110" height="15">
58
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
59
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
60
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
61
				</reportElement>
62
				<textElement textAlignment="Right" verticalAlignment="Middle">
63
					<font fontName="Arial" size="8" isBold="false"/>
64
				</textElement>
65
				<textFieldExpression><![CDATA[($F{indicadorBolsista}.booleanValue()? "BOLSISTA: " : "VOLUNTÁRIO: ")]]></textFieldExpression>
66
			</textField>
67
		</band>
68
	</detail>
69
	<columnFooter>
70
		<band>
71
			<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
72
		</band>
73
	</columnFooter>
74
	<noData>
75
		<band height="15">
76
			<staticText>
77
				<reportElement uuid="f8dca4b5-9e67-4d4d-9988-eb28ca085b4f" x="5" y="0" width="555" height="15"/>
78
				<textElement verticalAlignment="Middle">
79
					<font fontName="Arial" size="8" isBold="true"/>
80
				</textElement>
81
				<text><![CDATA[NÃO POSSUI AVALIAÇÕES]]></text>
82
			</staticText>
83
		</band>
84
	</noData>
85
</jasperReport>