• What's the error?

    When you pass a multivalue parameter you have to do a

    =join(Parameters!PraramName.Value,",")

    I always forget this step, that and forgetting to make my receiving SP variable large enough to hold all the values.