You will need to change the WHERE clause in the dataset query to something like this:
... WHERE SomeField IN (@YourParam)
SSRS is able to handle the incoming array of values in that way.
↧