sql server 2008 - highlight particular row in Crystal Report based on column value C#.net -
how highlight particular row in crystal report based on column value c#.net
after generate report want highlight records value in column (assume "status") values="ok"
if there way using in c#.net
in crstal report right click relevant field object want highlight , select "format field.." option. in border tab tick "background" check box , can enter condition select background color of field. script looks bellow.
(comment: {user1.username} --> user1 table , username column.)
if {user1.username}='ok' crgreen
Comments
Post a Comment