How to show checkbox (checked or unchecked) in report -


i using ireport 5.2.0. i'm trying show parameter checkbox: checked or unchechecked. how can solve task?

answer @kudo

i'm using 2 images display checkbox or uncheckbox. in each image, using image expression else if. ex: $p{param}.equals("true") ? $p{imagecheck} : $p{imageuncheck}


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -