Posted 25 September 2020, 1:16 am EST
I am using AR11 for WINFORMS.
I am trying to Change the Font Weight at run time in the Detail_Format event but I can’t see to figure out how.
lbl.Font.Bold = true does not work
lbl.Font.Style = FontStyle.Bold does not work
I get a “Property or indexor … is read only”
How is this achieved?
TIA