Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Hide Reporting Service TextBox

Dear all,
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
[801 byte] By [Kusno] at [2007-11-11 11:56:52]
# 1 Re: Hide Reporting Service TextBox
What database are you using?

Are you doing this from your GUI front end?
Hack at 2007-11-11 23:42:41 >