Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 106 | 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="DANFE_NFCE_PAGAMENTOS" pageWidth="226" pageHeight="400" columnWidth="226" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="def12f58-2365-42c2-bbb8-a546db192e3e"> |
||
| 3 | <property name="ireport.zoom" value="3.0"/> |
||
| 4 | <property name="ireport.x" value="0"/> |
||
| 5 | <property name="ireport.y" value="0"/> |
||
| 6 | <field name="formaPagamento" class="java.lang.String"/> |
||
| 7 | <field name="valor" class="java.math.BigDecimal"/> |
||
| 8 | <background> |
||
| 9 | <band splitType="Stretch"/> |
||
| 10 | </background> |
||
| 11 | <detail> |
||
| 12 | <band height="12" splitType="Stretch"> |
||
| 13 | <textField pattern="#,##0.00"> |
||
| 14 | <reportElement key="textField" positionType="Float" x="118" y="0" width="89" height="11" uuid="2a55baeb-2468-465c-8dec-9fdf0960ee76"/> |
||
| 15 | <textElement textAlignment="Right" verticalAlignment="Middle" markup="none"> |
||
| 16 | <font fontName="SansSerif" size="7" isBold="false" pdfFontName="Helvetica-Bold"/> |
||
| 17 | </textElement> |
||
| 18 | <textFieldExpression><![CDATA[$F{valor}]]></textFieldExpression> |
||
| 19 | </textField> |
||
| 20 | <textField> |
||
| 21 | <reportElement key="textField" positionType="Float" x="0" y="0" width="118" height="11" uuid="c4fb7590-7e95-4064-b7b4-df0970be1413"/> |
||
| 22 | <textElement verticalAlignment="Middle" markup="none"> |
||
| 23 | <font fontName="SansSerif" size="7" isBold="false" pdfFontName="Helvetica-Bold"/> |
||
| 24 | </textElement> |
||
| 25 | <textFieldExpression><![CDATA[$F{formaPagamento}]]></textFieldExpression> |
||
| 26 | </textField> |
||
| 27 | </band> |
||
| 28 | </detail> |
||
| 29 | </jasperReport> |