c# - Make textobject bold based on condition in crystal report -
in crystal report, there 2 columns name
, amount
. want if amount
blank name
must bold otherwise in regular font. don't know how write formula condition. appreciated. thanks.
you should able to:
- right-click "name" field
- select "format object"
- click formula button next "style"
if amount field number (probably is, used phrase "is blank"), compare 0 instead of empty string.
Comments
Post a Comment