Hi,
I have a table with 2 columns. If the condition for that text box evaluates to true i want to hide the second column and make the first columns width equal to the First and the second... for example this.
Company Match
Years of service Vesting %
its gonna display like this if the condition is false..
if true i want it to display
Company Match
Immediately Eligible (this should be in the middle) right now i can display it like this
Company Match
Immediately elgigible..
Any help will be appreciated.
Regards
Karen
Instead of hiding a column, why dont you use two asp:label and Hide the other if your condition matches. That makes your life more easier.
i want to do this in the report itself?
Regards
Karen
|||Each colum is act as a textbox
Go to its properties -> Visiblity-> Hidden
The value for Hidden can be an expression like " = iif(CDec(Parameters!xxxVal.Value) > 0.00,false,true)"
|||
Instead of hiding a column, why dont you use two asp:label and Hide theother if your condition matches. That makes your life more easier.
how can i use asp:Label in SSRS? Never mind guys i solved it
Karen
sql
No comments:
Post a Comment