• What are you attempting to do? A data example will help. I'm wondering if you're needing this function instead...this will take a multi-select parameter and parse them out by commas...

    =Join(Parameters!projectTypeID.Label,", ").ToString