• No need to do =SPLIT(JOIN..., in SSRS 2008

    It can be done in the properties, in the action section. Just add the parameters.

    The problem that can show up, is when any parameter is a multivalue parameter.

    When you select a multi value the parameter, the expression is: Parameters!ParameterName.Value(0)

    All I had to do was to remove '(0)' from the expression.