Hii,
I want to change the "spacebefore property" when another field's "fontweight property" change to "bold",
I try this expression but it's not working,
Expressions:
SapceBefore = IIF(Fields!Acc__Schedule_Line_Description.FontWeight = "Bold", 12, 0)
Please help me, Thank you.