• One last thing, the code I posted is essentially a proof of concept. Ultimately, for SSRS reports that I build that involve a multivalued parameter, I pass the parameter to a stored procedure wherein I leverage a table-based splitter function (like Jeff Moden's DelimitedSplit8k) to capture the data relevant to all of the parsed values from the parameter.

    The code from the previous post basically mimicks this approach, but it also demonstrates how you could include a multivalue pararm directly in an embedded SSRS sql query, too.