I am calling .net dll sample method from SSRS report, i need to pass 20 Parameters to that method.
Could any body please let me know what is the best way to pass 20 Parameters from SSRS to .net dll
=Code.Query.Sample(Parameters!Param1.Value, ......................Parameters!Param20.Value)