Checkbox in a Microsoft Report (rdlc) table
        Posted  
        
            by VanOrman
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by VanOrman
        
        
        
        Published on 2009-06-12T17:54:52Z
        Indexed on 
            2010/05/20
            9:40 UTC
        
        
        Read the original article
        Hit count: 1342
        
I'm a newcomer to using Microsoft Reporting (RDLC) and I'm trying to display a table with a checkbox inside of it. The data I have is stored in bit fashion:

I want this data to display on the report like this:

I can get the data to display in a normal table without issue, but when I do, the bit values are formatted as "true" or "false". Does anyone know of a way to do this? I have googled around and found reference to other people with the same issue but no solutions. I am using a Report Viewer control to display the report in an ASP.NET website written in C#.
© Stack Overflow or respective owner