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

sql server reporting services

group:

Table column with boolean value shown as check box


Table column with boolean value shown as check box drchips NO[at]SPAM nospam.nospam
2/9/2006 7:36:13 PM
sql server reporting services:
I have a list that has a bit value storing whether or not an item in that
list has been selected. I would like to reflect the value with the check
box filled or not filled.

Anyone have any ideas on how to do this?

Thanks,

David

Re: Table column with boolean value shown as check box drchips NO[at]SPAM nospam.nospam
2/9/2006 8:24:12 PM
Never mind.... Figured it out.

=iif(Fields!Selected.Value = true,"?","")


[quoted text, click to view]

AddThis Social Bookmark Button