how do i stretch a row when data overflows the band height in jasper reports, I have set the stretch with overflow flag as true but it doesn't work.
|
I ran into this problem myself. I could not get the detail band to stretch, even though the text field in the band was configured to do so. The problem was with the report's Print Order property, which for some reason had been set to horizontal. When I changed it to vertical, the problem went away. According to the JasperReports Ultimate Guide,
|
||||
|
|
|
My band stretches if necessary with the following conditions, I do not know yours. I have started with the ireport 1.0 netbeans plug-in and jasper 3.5.2. The Split type for the band has been set to Stretch.
The Stretch with overflow for the field has been checked, e.g.:
|
|||||||
|
|
isn't that set the height enough tall, and the property overflow, then it will automatically overflow to multiple rows? such solution works for me. |
|||
|
|
protected by Community♦ Jun 19 '11 at 3:52
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.