SSRS report-Space issue.

I have add design on PurchPurchaseOrder report in ax 2012.

i have to hide or remove header part from last page of terms & condition. i use expression to hide rectangle containing

header fields =Iif (Globals!PageNumber=Globals!TotalPages, true,false). it works but last page take space of header

when exported as pdf.so how can I solve this?

please help.

Thank You

It’s by design, as far as I know (“On pages where the header or footer is hidden, the height of the header or footer is still reserved within the usable page area, even though the header or footer is not rendered.” - Rendering Behaviors (Report Builder and SSRS)).

You might move the rectangle to body and put it into a static group of a tablix, configured to be repeated on each page. Or find some other workaround.

Hi Martin. thank you for your quick reply.

Can u tell me detail steps of
“put it into a static group of a tablix, configured to be repeated on each page”

Which part need explaining? Do you already know how to use tables and groups or do I have to start with basics?

Repeating on every page is described here: How to: Display Row and Column Headers on Multiple Pages.