Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/reporting-services/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Reporting services 在SSRS查询字符串中传递多值参数的值_Reporting Services_Reportingservices 2005 - Fatal编程技术网

Reporting services 在SSRS查询字符串中传递多值参数的值

Reporting services 在SSRS查询字符串中传递多值参数的值,reporting-services,reportingservices-2005,Reporting Services,Reportingservices 2005,我有两份使用SSRS 2005构建的报告。第一个报告设置为在单击特定字段时导航到第二个报告。 第二个报表上有一个多值参数。调用此报表时,我需要在“跳转到报表”字符串中为此参数传递多个值。有没有办法传递多个值?我尝试过Field.Value,但这对多值不起作用,它需要Field.Value(0)。或者您可以传递一个参数,使“全选”值被选中吗?我算出了。看起来传入的参数之一是Field.Value(0),而不是Field.Value。这把事情搞砸了。我想明白了。看起来传入的参数之一是Field.Va

我有两份使用SSRS 2005构建的报告。第一个报告设置为在单击特定字段时导航到第二个报告。
第二个报表上有一个多值参数。调用此报表时,我需要在“跳转到报表”字符串中为此参数传递多个值。有没有办法传递多个值?我尝试过Field.Value,但这对多值不起作用,它需要Field.Value(0)。或者您可以传递一个参数,使“全选”值被选中吗?

我算出了。看起来传入的参数之一是Field.Value(0),而不是Field.Value。这把事情搞砸了。

我想明白了。看起来传入的参数之一是Field.Value(0),而不是Field.Value。把事情搞砸了