I am creating VB.NET front end for users to run the report. It uses Reportingexecution2005.
I have created the report and deployed and it uses multi-valued parameters. It works fine by itself.

When I try to pass parameters from .NET it is using the default parameters set for multi-valued parameter.
I can't get the hang of in what format is it expecting a string.
To my understanding I'm not passing the string for multi-valued parameter in the right format.

Could someone suggest?

Thanks