This is a migrated thread and some comments may be shown as answers.

Telerik report design checkbox

1 Answer 361 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 15 May 2015, 04:43 PM

I have a Report based on a database table. I have interger fields in the table (0 for false and -1 for true). These fields should be represented in report as checkboxes.
How can I bind the columns for checkbox state (checked/unchecked).

I am using following expression for the Value property of the checkbox, but the checkstate is not changing.
= IIf(Fields.col1< 0, True, False).

Or.......should I put this in the properties: "Truevalue" or "FalseValue"=

What am I missing?

 Thanks!

 

J. David

1 Answer, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 19 May 2015, 12:11 PM
Hello David,

You need to set the Checkbox TrueValue, FalseValue, and IndeterminateValue properties, as demonstrated in the Checkbox help article.

Regards,
Nasko
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
David
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or