Hi,
is there any way to compile off-line .jrxml file to .jasper other
than using JasperAssistant or iReport?
I have my custom JRDataSource in my application, so I wrote
quite simple .jrxml file. But I can't compile it with JasperAssistant
under Eclipse, because there's error that there's no datasource.
I'm trying configuring some datasource, but I fail to compile my report :(
Or maybe you can see errors in my file:
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created using an evaluation version of JasperAssistant
(http://www.jasperassistant.com) -->
<!DOCTYPE jasperReport PUBLIC "-//JasperReports//DTD Report Design//EN"
"http://jasperreports.sourceforge.net/dtds/jasperreport.dtd">
<jasperReport name="RaportTemplate" pageWidth="595" pageHeight="842"
columnWidth="555" leftMargin="20" rightMargin="20" topMargin="30"
bottomMargin="30">
<detail>
<band height="50">
<textField>
<reportElement x="61" y="16" width="80" height="20"/>
<textElement/>
<textFieldExpression
class="java.lang.String"><![CDATA[$F{getWartosc}]]></textFieldExpression>
</textField>
</band>
</detail>
</jasperReport>
Thanks for any help :)
Wojtek
|