You can create an expression combining them. You have to be careful of data types.
=Fields!OUTCOME.Value + " " + Fields!OUTCOME_NAME.Value + " " + CStr(Fields!MEMO_FEEDBACK_ID.Value)
The ID field has an integer data type, so had to be converted to a string.