I am working on a report which has many Expressions defined and would like to check all of these Expressions for the occurrence of some particular string - is this possible?
For example, I'd like to be able to identify all Expressions which contain the text Round(
so that I can determine whether there's some unnecessary rounding being done.