variable height components
This is probably trivial stuff, but I want to use a section that does not
take up any space (vertical) if I do not wish (dynamically) to display it.
The only way I can find to do this is to use groups which I then make
invisible if I don't want them.
This is a lot of work and retro-fitting a group inside a page is even more
work.
How do i do this?
take up any space (vertical) if I do not wish (dynamically) to display it.
The only way I can find to do this is to use groups which I then make
invisible if I don't want them.
This is a lot of work and retro-fitting a group inside a page is even more
work.
How do i do this?
This discussion has been closed.
Comments
Rather than toggling the visibility of a group band, you could either
use a TppRegion set to Stretch or child subreport. Then simply toggle
the visibility of that component inside the Band.BeforePrint event based
on what you would like to see.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
takes up space on the preview, it shows as a blank area.
What am I doing wrong?
On Thu, 22 Sep 2011 17:31:19 +0200, Nico Cizik (Digital Metaphors)
dynamic height (phDynamic). Second, if there are any non-stretchable
components below the empty region, they also need to be placed into a
region which is then set to ShiftRelativeTo the invisible one.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com