Can Grow property

  • Thread starter Thread starter Roy Goldhammer
  • Start date Start date
R

Roy Goldhammer

Hello there

I have some textbox on my report with data that it's size is dinamic: number
of lines, font size, ect...

For this i set the CanGrow property to true.

It always shows me all the data inside the textbox. Exept when the texbox is
on the page footer.

if the textbox size becomes bigger then page footer is push what under that
to the next page.

It was supose to push the footer up an not down.

Is that standart behavior of page footer? or is there somthing i can do so
it will be pushed up?
 
It is my experience that the Page Header and Page Footer section heights are
static. I haven't seen a method to dynamically resize them.
 
Back
Top