• You can use the Join function in an expression to create a delimited list.

    E.g.

    =Join(Parameters!Country.Value,",")

    Would create a CSV string of the selected countries.