I want to increase the TOP BorderWidth to 3pt when the field name = 'Mon'
below is the expression i have placed in the TOP BorderWidth
=iif((Fields!dayname.Value) = "Mon", "3pt", "1pt")
I want to increase the TOP BorderWidth to 3pt when the field name = 'Mon'
below is the expression i have placed in the TOP BorderWidth
=iif((Fields!dayname.Value) = "Mon", "3pt", "1pt")