Completed
Last Updated: 16 Mar 2016 11:47 by ADMIN
Ollie
Created on: 02 Jul 2015 11:15
Type: Feature Request
3
Set column/control visibility by expression
It would be good to use an expression to display visibility, so 'True', 'False' and Expression. The expression would just need to return a string value ("true", "false", "True", 1 etc.) that is passed to a bool parse and throws an exception if the expression can't be parsed.
1 comment
ADMIN
Peter
Posted on: 07 Oct 2015 09:08
Hi.

In Telerik Reporting you can add Bindings to almost all properties including to the Visible property. In this case your expression should evaluate to bool or you can use the CBool embedded convert function.
About the Table columns you just need to set the appropriate Group Filters.
For more info see:
http://www.telerik.com/help/reporting/expressions-bindings.html
http://www.telerik.com/help/reporting/expressions-conversion-functions.html