Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 Show checkbox in a table.

Author  Topic 

gelini
Starting Member

1 Post

Posted - 2010-04-01 : 09:50:41
I added a table data region in a report. One column of the table is bound to bit nullable column. The report shows data as True and False using a textbox. Is there a way to replace it with a checkbox?

Thank you

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-04-01 : 12:11:37
nope. what you could however do is to replace text true false with two images

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -