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_Ssrs 2008 - Fatal编程技术网

Reporting services 存储过程结果集的第一行,作为SSRS中的列标题

Reporting services 存储过程结果集的第一行,作为SSRS中的列标题,reporting-services,ssrs-2008,Reporting Services,Ssrs 2008,我需要使用存储过程结果集的第一行作为SSRS中的列标题,这是可能的 例如,如果存储过程返回如下数据: Germany Oncology 100 India Dentist 200 Russia Doctor 300 我希望列标题如下所示 Germany Oncology 100 提前感谢在Tablix的列标题表达式中,使用=First(Fields!Column1.Value,“DataSet”)。对每一列都这样做,并提及相应的列

我需要使用存储过程结果集的第一行作为SSRS中的列标题,这是可能的

例如,如果存储过程返回如下数据:

 Germany Oncology 100
 India  Dentist  200
 Russia Doctor   300
我希望列标题如下所示

  Germany Oncology 100

提前感谢

在Tablix的列标题表达式中,使用
=First(Fields!Column1.Value,“DataSet”)
。对每一列都这样做,并提及相应的列