Hi everyone,
I am having an issue with empty text boxes in my reports.
I want to avoid the blanck space generated if the textbox is empty.
I tried to use the visibility property of the textbox this way:
=iif(Fields!CompanyAddr6.Value="", TRUE,FALSE)
and this way:
=iif(isNothing(CompanyAddr6.Value), TRUE,FALSE)
but it didn't work both ways, the empty space is still here
](http://www.mibuso.com/forum/images/smilies/eusa_wall.gif)
How can I get rid of it?
Thanks in advance
