Edward wrote:
1) You may place 3 Child bands right after the Footer band and to hide Tax2 when it is necessary, in the Before Print of the appropriate ChildBand
Adding a child band doesn't work as expected at all. My layout basically is:
PageHeader
ColumnHeader
Header
Data
EmptyBand
Footer
The EmptyBand just draws vertical lines, so that the data table fills the whole page.
If I now add a ChildBand after the Footer, the EmptyBand suddenly gets printer
AFTER the Footer.
Edward wrote:
2) There is a ShiftMode property in StiText component. Once it is set in DecreasingSize, the StiText will change its position if StiText above changes its size for example to the 0 value.
This doesn't work either. If I put two Text fields on top of each other into the footer, set their ShiftMode to DecreasingSize and change the height of the top text field to 0, then this leaves just an empty space.
I've also tried to set CanShrink=true of the text fields, which basically works. If there's no text in the field, it disappears. But when I use an expression like "{Sum(Sale_Items.Amount)}", then it always shrinks to a height of 0.
Tobias