I'm using some complicated expressions in Reporting Services to control the value, format etc of data in a report (see MSDN).
Is it possible to insert code comments into these expressions, and if so, what is the syntax?
By code comments I mean something like:
// single line comment
/* or multi line comment */