~openbias/bias-trunk/addons_minerales

« back to all changes in this revision

Viewing changes to jasper_reports/custom_reports/report_partner_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
<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_partner_jasper" language="groovy" pageWidth="595" pageHeight="842" columnWidth="535" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20">
 
3
        <property name="ireport.zoom" value="1.0"/>
 
4
        <property name="ireport.x" value="0"/>
 
5
        <property name="ireport.y" value="0"/>
 
6
        <style name="Title" forecolor="#FFFFFF" fontName="Arial" fontSize="26" isBold="true" pdfFontName="Helvetica-Bold"/>
 
7
        <style name="SubTitle" forecolor="#666666" fontName="Arial" fontSize="18"/>
 
8
        <style name="Column header" forecolor="#666666" fontName="Arial" fontSize="12" isBold="true"/>
 
9
        <style name="Detail" fontName="Arial" fontSize="12"/>
 
10
        <background>
 
11
                <band splitType="Stretch"/>
 
12
        </background>
 
13
        <title>
 
14
                <band height="70" splitType="Stretch">
 
15
                        <image>
 
16
                                <reportElement x="-20" y="0" width="595" height="64"/>
 
17
                                <imageExpression class="java.lang.String"><![CDATA["wood.jpg"]]></imageExpression>
 
18
                        </image>
 
19
                        <staticText>
 
20
                                <reportElement style="Title" x="0" y="5" width="263" height="33"/>
 
21
                                <textElement verticalAlignment="Middle"/>
 
22
                                <text><![CDATA[Wood Title]]></text>
 
23
                        </staticText>
 
24
                        <staticText>
 
25
                                <reportElement style="SubTitle" x="63" y="39" width="200" height="22" forecolor="#FFFFFF"/>
 
26
                                <textElement textAlignment="Right"/>
 
27
                                <text><![CDATA[Wood SubTitle]]></text>
 
28
                        </staticText>
 
29
                </band>
 
30
        </title>
 
31
        <pageHeader>
 
32
                <band splitType="Stretch"/>
 
33
        </pageHeader>
 
34
        <columnHeader>
 
35
                <band height="36" splitType="Stretch">
 
36
                        <line>
 
37
                                <reportElement positionType="FixRelativeToBottom" x="0" y="35" width="555" height="1"/>
 
38
                                <graphicElement>
 
39
                                        <pen lineWidth="0.5" lineColor="#999999"/>
 
40
                                </graphicElement>
 
41
                        </line>
 
42
                </band>
 
43
        </columnHeader>
 
44
        <detail>
 
45
                <band height="16" splitType="Stretch">
 
46
                        <line>
 
47
                                <reportElement positionType="FixRelativeToBottom" x="0" y="15" width="555" height="1"/>
 
48
                                <graphicElement>
 
49
                                        <pen lineWidth="0.5" lineColor="#999999"/>
 
50
                                </graphicElement>
 
51
                        </line>
 
52
                </band>
 
53
        </detail>
 
54
        <columnFooter>
 
55
                <band height="45" splitType="Stretch">
 
56
                        <line>
 
57
                                <reportElement positionType="FixRelativeToBottom" x="0" y="3" width="555" height="1"/>
 
58
                                <graphicElement>
 
59
                                        <pen lineWidth="0.5" lineColor="#999999"/>
 
60
                                </graphicElement>
 
61
                        </line>
 
62
                </band>
 
63
        </columnFooter>
 
64
        <pageFooter>
 
65
                <band height="20" splitType="Stretch">
 
66
                        <textField>
 
67
                                <reportElement style="Column header" x="433" y="0" width="80" height="20"/>
 
68
                                <textElement textAlignment="Right">
 
69
                                        <font size="10" isBold="false"/>
 
70
                                </textElement>
 
71
                                <textFieldExpression class="java.lang.String"><![CDATA["Page "+$V{PAGE_NUMBER}+" of"]]></textFieldExpression>
 
72
                        </textField>
 
73
                        <textField evaluationTime="Report">
 
74
                                <reportElement style="Column header" x="513" y="0" width="40" height="20"/>
 
75
                                <textElement>
 
76
                                        <font size="10" isBold="false"/>
 
77
                                </textElement>
 
78
                                <textFieldExpression class="java.lang.String"><![CDATA[" " + $V{PAGE_NUMBER}]]></textFieldExpression>
 
79
                        </textField>
 
80
                        <textField pattern="EEEEE dd MMMMM yyyy">
 
81
                                <reportElement style="Column header" x="0" y="0" width="197" height="20"/>
 
82
                                <textElement>
 
83
                                        <font size="10" isBold="false"/>
 
84
                                </textElement>
 
85
                                <textFieldExpression class="java.util.Date"><![CDATA[new java.util.Date()]]></textFieldExpression>
 
86
                        </textField>
 
87
                </band>
 
88
        </pageFooter>
 
89
        <summary>
 
90
                <band splitType="Stretch"/>
 
91
        </summary>
 
92
</jasperReport>