I have been searching for an answer of this. I have an Avery 5160 label report that in SSRS where I have a field for address line 2 that for the most part returns nothing. I have to create a field for it if there is something in the field, but unlike Crystal, you can't simply supress the field and have all the lines move up. Like this:
Anyname Jones
1234 Mainstreet
Suite 50
Anytown, ST 51263
Someone Else
6658 Maple
Anytone, ST 51263
Instead you get:
Someone Else
6658 Maple
Antone, ST 51263
I have tried to use an expression to hide the field. Everything from IsNothing, to IIf
The line still remains.
I haven't found anything anywhere that address's this.
Anyname Jones
1234 Mainstreet
Suite 50
Anytown, ST 51263
Someone Else
6658 Maple
Anytone, ST 51263
Instead you get:
Someone Else
6658 Maple
Antone, ST 51263
I have tried to use an expression to hide the field. Everything from IsNothing, to IIf
The line still remains.
I haven't found anything anywhere that address's this.