Hide Reporting Service TextBox
I have rectangle that I split to 4 columns and put lines and I fill in each column
with textbox
--------------------------------------
| Col1 | Col2 | Col3 | Col4 |
--------------------------------------
Example :
Col1 => Currency
Col2 => Amount
Col3 => Value date
Col4 => Due date
sometimes, Col3 or Col4 value are "1900-01-01", so I hide Col3 and Col4. I hide Col3 and Col4 use Visibility -> Expression
But, the result is like this :
--------------------------------------
| Col1 | Col2 | | |
--------------------------------------
the third line resembles to the second line.
so guys, please help me.
Thanks,
Kusno

