• In Reporting services, the type-validation is not done. The values are converted implicitly.

    If you pass ("1,2,3") to an int parameter in the function, then it is considered as 123.

    If ("1,2,3") is passed as string, then it is considered as "1,2,3".