Java – How to insert detail band between the existing bands in iReport

ireportjava

Simple question. How to insert detail band between the existing bands in iReport?
For example, I have current situation:


Detail 1


Detail 2


Detail 3


… and I want to add another detail band between Detail 2 and Detail 3. Is there any simple way?

Many thanks.

EDIT: I meant on designer / XML view.

Best Answer

Ok, I found the solution. I switched into XML view and copied everything between <band> and </band> tags and put into desired position. Sorry for bothering.