From: Frans on
From a report I pass an array to another report with a parameter called
location.

If I use {20, 3} this works fine.
A dll is made to get the data from the database, and it returns an array.
This works smoothly within Visual Studio preview.

Now I deployed it (existing report) and the location parameter in the second
report is left empty, with no errors in a log.
So there is a difference between preview and reporting services.

Is there a way to overcome this issue?

Thanks,
Frans