Advertisement
gilvangobbato

report_A4.jrxml

Mar 27th, 2018
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.37 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Created with Jaspersoft Studio version 6.5.1.final using JasperReports Library version 6.5.1  -->
  3. <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">
  4.     <property name="com.jaspersoft.studio.unit." value="cm"/>
  5.     <property name="com.jaspersoft.studio.unit.pageHeight" value="cm"/>
  6.     <property name="com.jaspersoft.studio.unit.pageWidth" value="cm"/>
  7.     <property name="com.jaspersoft.studio.unit.topMargin" value="cm"/>
  8.     <property name="com.jaspersoft.studio.unit.bottomMargin" value="cm"/>
  9.     <property name="com.jaspersoft.studio.unit.leftMargin" value="cm"/>
  10.     <property name="com.jaspersoft.studio.unit.rightMargin" value="cm"/>
  11.     <property name="com.jaspersoft.studio.unit.columnWidth" value="cm"/>
  12.     <property name="com.jaspersoft.studio.unit.columnSpacing" value="cm"/>
  13.     <queryString>
  14.         <![CDATA[]]>
  15.     </queryString>
  16.     <field name="recibos" class="java.lang.Object"/>
  17.     <detail>
  18.         <band height="802" splitType="Stretch">
  19.             <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.VerticalRowLayout"/>
  20.             <frame>
  21.                 <reportElement key="" x="0" y="0" width="555" height="802" uuid="7896b407-46da-4b1a-a3c7-835e45d14bc5">
  22.                     <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.VerticalRowLayout"/>
  23.                 </reportElement>
  24.                 <box>
  25.                     <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
  26.                     <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
  27.                     <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
  28.                     <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
  29.                 </box>
  30.                 <subreport>
  31.                     <reportElement x="0" y="0" width="555" height="802" uuid="ca317fd4-37db-4802-be56-943b67fd4189"/>
  32.                     <dataSourceExpression><![CDATA[$F{recibos}]]></dataSourceExpression>
  33.                     <subreportExpression><![CDATA["reports/recibo.jasper"]]></subreportExpression>
  34.                 </subreport>
  35.             </frame>
  36.         </band>
  37.     </detail>
  38. </jasperReport>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement