Category: | Feature request |
Priority: | High |
Status: | Assigned |
Project: | Severity: | Major |
Resolution: | Fixed |
|
Component: | Reproducibility: | N/A |
Assigned to: |
I have created a .jrxml file which consists of 5 different detail bands.
Some pages include Static Texts and Text Fields that will not always be visible (they depend on some conditions), therefore there are elements that reside on next pages and may skip into previous pages, as there is available space due to the absence of those that are not always printed.
The problem is that some of those elements should be presented onto the same page - they consist a kind of paragraph -.
Is there any property that will bind these elements (Static Texts, Text Fields, lines, e.t.c.) together, so as if there is not enough space for them to be presented onto the same page (detail band for me), they will alltogether move to the next one; and if not, will this property be available to the next available version of iReport?
Thanks in advance.
My Best Regards,
Damala Thomi
2 Comments:
Try using a frame element and the "remove line when blank" property for fields for which you would like to reuse the space (and set the element position to float.
Giulio
Thank you Giulio for your tip. It works!