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="comprovante_reserva_pedido_produto" pageWidth="195" pageHeight="20" whenNoDataType="AllSectionsNoDetail" columnWidth="195" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="179b1b17-aefe-4310-904e-4611f78b0a56"> |
||
| 3 | <property name="ireport.zoom" value="6.0"/> |
||
| 4 | <property name="ireport.x" value="441"/> |
||
| 5 | <property name="ireport.y" value="0"/> |
||
| 6 | <parameter name="IMAGE_DIR" class="java.lang.String" isForPrompting="false"> |
||
| 7 | <defaultValueExpression><![CDATA[""]]></defaultValueExpression> |
||
| 8 | </parameter> |
||
| 9 | <parameter name="pRazaoSocial" class="java.lang.String"/> |
||
| 10 | <field name="descricaoCompleta" class="java.lang.String"/> |
||
| 11 | <detail> |
||
| 12 | <band height="17"> |
||
| 13 | <textField> |
||
| 14 | <reportElement uuid="b4a670a0-38fe-4fe8-bdc1-891ed7ff05f1" x="0" y="0" width="185" height="17"/> |
||
| 15 | <textElement verticalAlignment="Top"> |
||
| 16 | <font fontName="SansSerif" size="6" isBold="true"/> |
||
| 17 | </textElement> |
||
| 18 | <textFieldExpression><![CDATA[$F{descricaoCompleta}]]></textFieldExpression> |
||
| 19 | </textField> |
||
| 20 | </band> |
||
| 21 | </detail> |
||
| 22 | <noData> |
||
| 23 | <band height="17"> |
||
| 24 | <staticText> |
||
| 25 | <reportElement uuid="f8dca4b5-9e67-4d4d-9988-eb28ca085b4f" x="0" y="0" width="185" height="17"/> |
||
| 26 | <textElement verticalAlignment="Middle"> |
||
| 27 | <font fontName="SansSerif" size="8" isBold="true"/> |
||
| 28 | </textElement> |
||
| 29 | <text><![CDATA[NÃO POSSUI ITENS]]></text> |
||
| 30 | </staticText> |
||
| 31 | </band> |
||
| 32 | </noData> |
||
| 33 | </jasperReport> |