Fixed Text & DataBand side by side
Hi,
I am trying to lay out a report where there are, in effect, two columns. The left column has the rows of data and the right column has fixed text. I tried to use an overlay band but there are instances where the data in the left column is small and so the overlay band bleeds into the footer. Ascii art example:
Any ideas as to how to accomplish this?
Thanks,
Shawn
I am trying to lay out a report where there are, in effect, two columns. The left column has the rows of data and the right column has fixed text. I tried to use an overlay band but there are instances where the data in the left column is small and so the overlay band bleeds into the footer. Ascii art example:
{ HEADER }
{ROWS} {Fixed Text}
{ Footer }
Any ideas as to how to accomplish this?
Thanks,
Shawn
Comments
I added a handler for AfterCalcHeight to resize the footer band so that it will expand to cover the height of an overlay band.
Took a while to find Engine.CurY but once I did this seems to work.
I would still prefer a solution that does not use code though.
Shawn