<?xml version="1.0" encoding="UTF-8"?>
<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="stock_ofertas" language="groovy" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="e6f47240-501d-4cfc-b92a-c1ad775ba487">
	<property name="ireport.zoom" value="1.0"/>
	<property name="ireport.x" value="0"/>
	<property name="ireport.y" value="0"/>
	<parameter name="language" class="java.lang.String"/>
	<queryString language="JSON">
		<![CDATA[]]>
	</queryString>
	<field name="name" class="java.lang.String"/>
	<field name="lastname" class="java.lang.String"/>
	<background>
		<band splitType="Stretch"/>
	</background>
	<title>
		<band height="79" splitType="Stretch">
			<staticText>
				<reportElement x="107" y="22" width="347" height="29" uuid="b260ff3f-27fa-4e45-8363-cd4af49e82ab"/>
				<textElement>
					<font size="24"/>
				</textElement>
				<text><![CDATA[JSON Datasource example]]></text>
			</staticText>
		</band>
	</title>
	<pageHeader>
		<band height="35" splitType="Stretch">
			<staticText>
				<reportElement x="159" y="0" width="100" height="20" uuid="834f2c08-a92d-44c4-94a8-98191ed56c82"/>
				<text><![CDATA[Sample Parameter]]></text>
			</staticText>
			<textField>
				<reportElement x="259" y="0" width="195" height="20" uuid="164c57fd-6254-4c3b-ab5f-40402bd6ec2a"/>
				<textFieldExpression><![CDATA[$P{language}]]></textFieldExpression>
			</textField>
		</band>
	</pageHeader>
	<columnHeader>
		<band height="27" splitType="Stretch">
			<staticText>
				<reportElement x="112" y="2" width="100" height="20" uuid="b450a911-134b-4b22-8d0e-49d7dfcbcc41"/>
				<text><![CDATA[name]]></text>
			</staticText>
			<staticText>
				<reportElement x="273" y="2" width="100" height="20" uuid="5a83e27a-224d-4174-96b2-f4bb4d902973"/>
				<text><![CDATA[lastname]]></text>
			</staticText>
		</band>
	</columnHeader>
	<detail>
		<band height="24" splitType="Stretch">
			<textField>
				<reportElement x="112" y="1" width="100" height="20" uuid="cfc2607f-2be1-409d-96b8-202c05cc7c1f"/>
				<textFieldExpression><![CDATA[$F{name}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="273" y="3" width="100" height="20" uuid="84edcf68-c219-4ec4-82ab-161a33ff687a"/>
				<textFieldExpression><![CDATA[$F{lastname}]]></textFieldExpression>
			</textField>
		</band>
	</detail>
	<columnFooter>
		<band height="45" splitType="Stretch"/>
	</columnFooter>
	<pageFooter>
		<band height="54" splitType="Stretch"/>
	</pageFooter>
	<summary>
		<band height="42" splitType="Stretch"/>
	</summary>
</jasperReport>
