Isn't GetValue event fired when Text property is fixed text?
For example: I have a Text label with fixed text "Total Tax" and in the GetValue event I have this code:
Code: Select all
if(!Customer.ApplyTax) {e.Value = "No Tax"}
Thanks.
(I'm using 2006.4 version of Stimulsoft)