By: varunn - varunnagpal
element rowspan?
2005-08-08 03:34
Is it possible in JasperReports to have an element which will span over multiple rows (i.e. iterations of detail band)?
By: Teodor Danciu - teodord
RE: element rowspan?
2005-08-08 06:02
Hi,
You need to use subreports for that.
The detail rows would be the output of a subreport that
gets generated with every record of a master report
that loops through higher level data.
Look at the supplied "subreport" sample.
I hope this helps.
Teodor
By: varunn - varunnagpal
RE: element rowspan?
2005-08-08 23:11
Hi,
I was using subreports earlier but decided to do without them because of a deadlock situation encountered and hence report filling going into an infinite wait state.
Here is the topic on the same forum detailing my problem : https://sourceforge.net/forum/forum.php?thread_id=1327857&forum_id=113530
Please advise.
-
varun
element rowspan?
2005-08-08 03:34
Is it possible in JasperReports to have an element which will span over multiple rows (i.e. iterations of detail band)?
By: Teodor Danciu - teodord
RE: element rowspan?
2005-08-08 06:02
Hi,
You need to use subreports for that.
The detail rows would be the output of a subreport that
gets generated with every record of a master report
that loops through higher level data.
Look at the supplied "subreport" sample.
I hope this helps.
Teodor
By: varunn - varunnagpal
RE: element rowspan?
2005-08-08 23:11
Hi,
I was using subreports earlier but decided to do without them because of a deadlock situation encountered and hence report filling going into an infinite wait state.
Here is the topic on the same forum detailing my problem : https://sourceforge.net/forum/forum.php?thread_id=1327857&forum_id=113530
Please advise.
-
varun
0 Answers:
No answers yet