Jump to content
We've recently updated our Privacy Statement, available here ×

report wizard problem


2005 IR Help

Recommended Posts

By: thebashi - thebashi

report wizard problem

2005-10-15 02:46

hi everybody,

i'm new to ireport,

i first created a datasource and checked it ok. then i created a simple report from report wizard, with "select * from table_name" , no group selected and columnar-classicC style. i tried to compile report without touching anything in report. hovewer, i got a compile error says,

 

Compiling to file... C:javalarreportsclassic.jasper -> C:javalariReport-0.5.1classic.java

Errors compiling C:javalarreportsclassic.jasper! it.businesslogic.ireport.ReportClassLoader@11c55bb net.sf.jasperreports.engine.JRException:?Report?design?not?valid?:? ?????1.?Warning?:?Element?bottom?reaches?outside?band?area?:?y=0?height=1?band-height=0 ????

at?net.sf.jasperreports.engine.design.JRJdtCompiler.compileReport(JRJdtCompiler.java:146)

.......

 

 

i cant understand why a ready to use report cant compile.

any advice???

PS: i tried output jrxml in opendesigner and it compiles ...!!!!

 

 

 

 

By: Lukus - lukus2

RE: report wizard problem

2005-10-15 22:11

Hi there,

 

The clue is in the error message....

 

?1.?Warning?:?Element?bottom?reaches?outside?band?area?:?y=0?height=1?band-h eight=0

 

You have an element out of bounds.

 

If you look at the reporting objects on the left side of the screen and expand all the nodes you will see one in red. This indicates that there is a problem. Either delete the element or position it within the bounds of its band (the header band... 'band-h'). That should solve your problem.

 

Cheers

Luke

 

 

 

 

By: headhunter - headhunter_mdk

RE: report wizard problem

2005-10-18 14:31

I am also new to iReport and got the same message. I think the problem is that element is out of bounds from using the built

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...