Wednesday, March 21, 2012

Force to Bottom of page

I have a text box as the last item on the report. It's just above the Page Footer. I want this textbox to always display at the bottom of the last page of the report. I can't seem to find a way to force this.

All help is appreciated.

Is there no way to do this? Is that why I've had no response?

|||

You could move the text box into the page footer and use a visibility expression:

=iif(Globals!PageNumber = Globals!TotalPages, false, true)

|||

Thanks for the response.

That is a good thought but the textbox contains a Paramater to the report which could be a multi line string. The textbox will grow with the string but the Footer doesn't seem to dynamically grow. And the size properties on the footer do not allow expressions.

Is there a way to force the footer to grow and shrink with the size of the objects in it?

Dave

No comments:

Post a Comment