Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

java

ireport

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.

like image 734
Mario Avatar asked Apr 01 '11 12:04

Mario


1 Answers

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.

like image 188
Mario Avatar answered Nov 07 '22 00:11

Mario