Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <!-- Created with Jaspersoft Studio version 6.5.1.final using JasperReports Library version 6.5.1 -->
- <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="recibo_A4" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" whenResourceMissingType="Empty" uuid="97db2eb7-eacb-4a72-af21-544bfd5ffe59">
- <property name="com.jaspersoft.studio.unit." value="cm"/>
- <property name="com.jaspersoft.studio.unit.pageHeight" value="cm"/>
- <property name="com.jaspersoft.studio.unit.pageWidth" value="cm"/>
- <property name="com.jaspersoft.studio.unit.topMargin" value="cm"/>
- <property name="com.jaspersoft.studio.unit.bottomMargin" value="cm"/>
- <property name="com.jaspersoft.studio.unit.leftMargin" value="cm"/>
- <property name="com.jaspersoft.studio.unit.rightMargin" value="cm"/>
- <property name="com.jaspersoft.studio.unit.columnWidth" value="cm"/>
- <property name="com.jaspersoft.studio.unit.columnSpacing" value="cm"/>
- <queryString>
- <![CDATA[]]>
- </queryString>
- <field name="recibos" class="java.lang.Object"/>
- <detail>
- <band height="802" splitType="Stretch">
- <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.VerticalRowLayout"/>
- <frame>
- <reportElement key="" x="0" y="0" width="555" height="802" uuid="7896b407-46da-4b1a-a3c7-835e45d14bc5">
- <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.VerticalRowLayout"/>
- </reportElement>
- <box>
- <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
- <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
- <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
- <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
- </box>
- <subreport>
- <reportElement x="0" y="0" width="555" height="802" uuid="ca317fd4-37db-4802-be56-943b67fd4189"/>
- <dataSourceExpression><![CDATA[$F{recibos}]]></dataSourceExpression>
- <subreportExpression><![CDATA["reports/recibo.jasper"]]></subreportExpression>
- </subreport>
- </frame>
- </band>
- </detail>
- </jasperReport>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement