In C# we can use the string.join method to join a collection of strings using a separator. Is this possible within the report designer?
My scenario:
I have a collection of 6 data objects (Samples). Inside these is another collection of data object (Tests). I currently have a Report Container set up that has a Table Line with a linked table in to the Test Data Objects. The issue is that they present the Name of the data on top of each other, like expected because it is a table.
What I would I would like to display is DM-Trigger Check, DMNumeric1#… etc
Is this possible?