views:

79

answers:

2

First, iReport is the worst reporting tool I've ever used.

Now to my question..... iReport keeps adding tags it doesn't support, which causes a bunch of errors.

tag

<band splitType="Stretch" />

Can some please tell me how to turn this auto coding off it's really driving me up the wall. It keeps screwing up my code. Oh I'm using 3.5.2 and don't tell me to upgrade because I can't because of the version of jasper server.

+1  A: 

I had this problem as well, but I changed the version I used back to 3.5.0 to match the version of jasper report server as well.

EDIT: In fact this is a known problem. The splitType functionality was introduced in 3.5.2, and this is incompatible with 3.5.0. You can see this in the Jasper server forums.

So your options are to use iReport 3.5.0 or to upgrade the jar jasperreports-3.5.0.jar to jasperreports-3.5.2.jar on the Tomcat server.

MatthieuF
well that sucks...
Shua
A: 

You can always use a newer version of IReport and set the compatibility to the version you use on the Jasper Server. (Options/IReport/Compatibility)

Franz
Yea if that worked correctly.... setting the compatibility option is causing the issue
Shua
works fine here... what settings are you using and which incompatible tag is added?
Franz