~openbias/bias-trunk/addons_minerales

« back to all changes in this revision

Viewing changes to jasper_reports/custom_reports/parter_jasper.jrxml

  • Committer: root
  • Date: 2012-02-16 23:12:06 UTC
  • Revision ID: root@minerales-20120216231206-xgfkdzoz7ukblpuy
se agregao los jaspers a ignore list

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"  ?>
 
2
<!-- Created with iReport - A designer for JasperReports -->
 
3
<!DOCTYPE jasperReport PUBLIC "//JasperReports//DTD Report Design//EN" "http://jasperreports.sourceforge.net/dtds/jasperreport.dtd">
 
4
<jasperReport
 
5
                 name="parter_jasper"
 
6
                 columnCount="1"
 
7
                 printOrder="Vertical"
 
8
                 orientation="Portrait"
 
9
                 pageWidth="792"
 
10
                 pageHeight="1224"
 
11
                 columnWidth="732"
 
12
                 columnSpacing="0"
 
13
                 leftMargin="30"
 
14
                 rightMargin="30"
 
15
                 topMargin="20"
 
16
                 bottomMargin="20"
 
17
                 whenNoDataType="NoPages"
 
18
                 isTitleNewPage="false"
 
19
                 isSummaryNewPage="false">
 
20
        <property name="ireport.scriptlethandling" value="2" />
 
21
        <property name="ireport.encoding" value="UTF-8" />
 
22
        <import value="java.util.*" />
 
23
        <import value="net.sf.jasperreports.engine.*" />
 
24
        <import value="net.sf.jasperreports.engine.data.*" />
 
25
 
 
26
 
 
27
        <field name="Nombre-name" class="java.lang.String">
 
28
                <fieldDescription><![CDATA[/data/record/Nombre-name]]></fieldDescription>
 
29
        </field>
 
30
        <field name="Ciudad-city" class="java.lang.String">
 
31
                <fieldDescription><![CDATA[/data/record/Ciudad-city]]></fieldDescription>
 
32
        </field>
 
33
 
 
34
                <background>
 
35
                        <band height="0"  isSplitAllowed="true" >
 
36
                        </band>
 
37
                </background>
 
38
                <title>
 
39
                        <band height="50"  isSplitAllowed="true" >
 
40
                                <staticText>
 
41
                                        <reportElement
 
42
                                                x="178"
 
43
                                                y="16"
 
44
                                                width="351"
 
45
                                                height="17"
 
46
                                                key="staticText-1"/>
 
47
                                        <box></box>
 
48
                                        <textElement>
 
49
                                                <font/>
 
50
                                        </textElement>
 
51
                                <text><![CDATA[Minerales y Carbones de México S.A de C.V]]></text>
 
52
                                </staticText>
 
53
                        </band>
 
54
                </title>
 
55
                <pageHeader>
 
56
                        <band height="50"  isSplitAllowed="true" >
 
57
                        </band>
 
58
                </pageHeader>
 
59
                <columnHeader>
 
60
                        <band height="30"  isSplitAllowed="true" >
 
61
                                <staticText>
 
62
                                        <reportElement
 
63
                                                x="17"
 
64
                                                y="5"
 
65
                                                width="203"
 
66
                                                height="14"
 
67
                                                key="staticText-2"/>
 
68
                                        <box></box>
 
69
                                        <textElement>
 
70
                                                <font/>
 
71
                                        </textElement>
 
72
                                <text><![CDATA[Nombre]]></text>
 
73
                                </staticText>
 
74
                                <staticText>
 
75
                                        <reportElement
 
76
                                                x="253"
 
77
                                                y="5"
 
78
                                                width="404"
 
79
                                                height="14"
 
80
                                                key="staticText-3"/>
 
81
                                        <box></box>
 
82
                                        <textElement>
 
83
                                                <font/>
 
84
                                        </textElement>
 
85
                                <text><![CDATA[Dirección]]></text>
 
86
                                </staticText>
 
87
                        </band>
 
88
                </columnHeader>
 
89
                <detail>
 
90
                        <band height="100"  isSplitAllowed="true" >
 
91
                                <textField isStretchWithOverflow="false" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
 
92
                                        <reportElement
 
93
                                                x="17"
 
94
                                                y="15"
 
95
                                                width="100"
 
96
                                                height="18"
 
97
                                                key="textField"/>
 
98
                                        <box></box>
 
99
                                        <textElement>
 
100
                                                <font/>
 
101
                                        </textElement>
 
102
                                <textFieldExpression   class="java.lang.String"><![CDATA[$F{Nombre-name}]]></textFieldExpression>
 
103
                                </textField>
 
104
                                <textField isStretchWithOverflow="false" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
 
105
                                        <reportElement
 
106
                                                x="253"
 
107
                                                y="15"
 
108
                                                width="100"
 
109
                                                height="18"
 
110
                                                key="textField"/>
 
111
                                        <box></box>
 
112
                                        <textElement>
 
113
                                                <font/>
 
114
                                        </textElement>
 
115
                                <textFieldExpression   class="java.lang.String"><![CDATA[$F{Ciudad-city}]]></textFieldExpression>
 
116
                                </textField>
 
117
                        </band>
 
118
                </detail>
 
119
                <columnFooter>
 
120
                        <band height="30"  isSplitAllowed="true" >
 
121
                        </band>
 
122
                </columnFooter>
 
123
                <pageFooter>
 
124
                        <band height="50"  isSplitAllowed="true" >
 
125
                        </band>
 
126
                </pageFooter>
 
127
                <lastPageFooter>
 
128
                        <band height="50"  isSplitAllowed="true" >
 
129
                        </band>
 
130
                </lastPageFooter>
 
131
                <summary>
 
132
                        <band height="50"  isSplitAllowed="true" >
 
133
                        </band>
 
134
                </summary>
 
135
</jasperReport>