as you can see below, i need to pass a parameter value (red arrow) i tried to use this expression: =iif(Parameters!Country.Count = Parameters!CountryCount.Value, Nothing, Join(Parameters!Country.Value,",")) but im receiving an error when im try to run the report (Error: Subreport could not be shown.)
can you please assist and guide me how to pass multi value parameter? country - manually list i created (not from DB / SQL)