[#4518] - Bind elements to the same page

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

tdamala's picture
44
Joined: Jan 11 2010 - 5:53am
Last seen: 13 years 8 months ago

2 Comments:

#1

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

#2

Thank you Giulio for your tip. It works!

Feedback