Allow multiple values
option is enabled in parameters and if a single value is passed to the parameters, you will get #Error
issue on rendering the report with multiple parameters.
You can resolve this issue by adding the following expression for the parameters.
=Join(Parameters!{Parametername}.Value,",")