We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

As display a checkbox field in a table with Report Builder?

I would like to show a Boolean field as a checkbox dataset in the table.

1 Reply

AS Anandakumar S Syncfusion Team May 10, 2016 12:30 PM UTC

Hi Raquel, 

You can use IIF expression in text values to display the data as read only check boxes. Please refer the below steps to view data as checkboxes. 
1.       Create a textbox and set font family  to Wingdings. 
2.       Insert an expression (“=IIF(Fields!IsMinimum.Value="false",chr(254),"o")”) on the textbox. 
We have created a report based on this and it can be downloaded from eh following location. 

Please let me know if you have any questions. 

Anandakumar S 


Loader.
Live Chat Icon For mobile
Up arrow icon