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

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -