How to use space where Regions are empty?
I have a report where, depending on some logic, certain Regions are set as not visible. How can I get the report to use the space that was used by that Region that is now 'blank/none visible'? In effect 'move up' the report parts below a none visible Region to make most use of the report page.
Any suggestions welcome.
Best regards,
Bruce
Any suggestions welcome.
Best regards,
Bruce
Comments
I suggest using the ShiftRelativeTo feature of the Region. For instance:
Region1
---
Region 2 - Set to ShiftRelativeTo Region 1
---
Region 3 - Set to ShiftRelativeTo Region 2
---
Now if region 2 is set to Visible := False, region 3 will shift to the bottom of region 1.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
That worked perfectly! Many thanks.