1,在crystal report 报表的右边field explorer导航栏里面
新建一个formula field 并命名
2,右键edit刚建好的formula field ,写一个控制checkbox 显示的表达式如下:
if {Command.CLAIMANT_SIGNATURE_FLAG} = ‘Y‘ then
chrw(254)
else
chrw(168)
如下图操作:
显示完成
水晶报表(crystal report )中显示CheckBox,布布扣,bubuko.com
水晶报表(crystal report )中显示CheckBox
原文:http://www.cnblogs.com/bella-life-blog/p/3927737.html