Changes

Upgrade iReports to 6.0

550 bytes added, 17:23, 1 July 2015
no edit summary
=== Adapt the iReport templates ===__NOEDITSECTION__
The following adaptations can now be made to the iReport template:
==== Adapt the general report definition ====__NOEDITSECTION__
* Switch to the XML view of the report:
[[File:IReport XML View.png|center]]
* Delete all the lines that start with '''<import value='''
* Change '''language="java"''' to '''language="groovy"''' in the attribute list of the tag '''jasperReport''' at the top of the document (just search for language to find the place)
* Search for the tag '''queryString''' and ensure that the attribute '''language''' is set to ImsmaQuerylike this:
<pre>
<queryString language="ImsmaQuery">
</pre>
==== Adapt GUID fields ====__NOEDITSECTION__
==== Adapt SQL fields ====__NOEDITSECTION__
1,068
edits