vote up 0 vote down star

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:

Example Data

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

alt text

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#.

flag

36% accept rate

1 Answer

vote up 1 vote down

Could you do something simple like this article shows?:

http://www.xhydra.com/dotnet/displaying-checkboxes-in-microsoft-reports.html

link|flag
Cory, That's an interesting solution, but I'm reluctant to use WingDings in a web application. I guess I could use IIf to control the visibility of an checkbox image instead. All of this seems like a hack though. – VanOrman Jun 12 at 19:18
Controlling the visibility of a checkbox image was the other workaround I found but this one was simpler. Apparently (though I haven't had experience with it) there's some extra crap you need to configure in your report to account for external images. – Cory Larson Jun 12 at 19:56

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.