all groups > sql server reporting services > may 2006 >
You're in the

sql server reporting services

group:

Visibility check amend font weight


Visibility check amend font weight IanP
5/8/2006 8:02:02 AM
sql server reporting services:
Can somebody confirm if the following code is correct or if my approach is
incorrect. It accepts the code but when the + sign is pressed to expand the
row the formatting does not change:

=iif(("TableRow4") = "Collapsed","Bold","Normal")

If this row in the report is visible font weight for text on another row to
be bold. Code placed on Font Weight expression, table row 2.

Many thanks

Re: Visibility check amend font weight Thomo
5/8/2006 8:23:10 AM
Hi Ian shouldn't these conditions be reversed?
As if I am reading your logic correctly, the above is stating that if
TableRow4 is collapsed then make table row 2 bold. Whereas you are
saying that it should be bold when this row is visible, hence shouldn't
the expression be.

=iif(("TableRow4") = "Collapsed","Normal","Bold")

Either that or It's too early on monday, and I've only had one
coffee.....
Re: Visibility check amend font weight IanP
5/12/2006 8:40:02 AM
Thanks for that. When I saw your comments I thought, "yes of course".
Unfortunately that change did not work. I have deployed in case it was a
design environment quirk, ... sadly not.

Will keep trying

Ian

[quoted text, click to view]
AddThis Social Bookmark Button