How to insert detail band between the existing bands in iReport?

Mario picture Mario · Apr 1, 2011 · Viewed 20k times · Source

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.

Answer

Mario picture Mario · Apr 1, 2011

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.