I'm having an issue trying to concatenate literal text with a numeric field in an expression field in a table. Tried expressions such as :
"Line: " + CStr(=Fields!CLD_line_number.Value)
with CLD_line_number being a numeric value in the dataset. All that ever outputs is the string literal "Line: + (=Fields!CLD_line_number.Value)"
Is there a way to deal with this?