Link to home
Start Free TrialLog in
Avatar of JDCam
JDCam

asked on

VS/SSRS - Rectangle re-sizing when element hidden

Experts,
Writing an SSRS report in Visual Studio 2013. The report is an invoice and intended for print output

In my Footer I have a shaded rectangle that is meant to hold my invoice total.
Within the rectangle I have an expression field with my subtotal, which uses the visible expression =iif(Globals!PageNumber=Globals!TotalPages,false,true)
The field only appears on the last page, as desired, no issue here.

My problem is with the rectangle. I want it to appear on every page.
However on all pages except the last one, the rectangle is resizing itself to about ¼ the original size.
If I move the subtotal expression out of the box, or remove the Visible expression the rectangle appears correctly.

Why is the rectangle resizing itself, and how do I prevent this?
ASKER CERTIFIED SOLUTION
Avatar of JDCam
JDCam

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of JDCam
JDCam

ASKER

No responces