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_Legend_Legend Properties - Fatal编程技术网

Reporting services 如何在SSRS图例中显示系列计数

Reporting services 如何在SSRS图例中显示系列计数,reporting-services,ssrs-2008,legend,legend-properties,Reporting Services,Ssrs 2008,Legend,Legend Properties,我有一个使用SSRS生成的条形图,其中包含3个系列的数据,如 1.刚出现的 2.交付 3.积压 我想显示图例中所有系列零件的计数 例如: 新(70) 交付(50) 积压(20) 我还想在图例中显示百分比,如图所示 新(70)50% 请帮我做这件事 我正在使用VS2008编写表达式以获得类似于 =Fields!Series.Value & " " & Sum(Fields!DATA.Value, "Chart1_SeriesGroup1") 这里的“Chart1\u Series

我有一个使用SSRS生成的条形图,其中包含3个系列的数据,如 1.刚出现的 2.交付 3.积压 我想显示图例中所有系列零件的计数

例如:

新(70) 交付(50) 积压(20)

我还想在图例中显示百分比,如图所示

新(70)50%

请帮我做这件事


我正在使用VS2008编写表达式以获得类似于

=Fields!Series.Value & " " & Sum(Fields!DATA.Value, "Chart1_SeriesGroup1")
这里的“Chart1\u SeriesGroup1”是图表系列组名

同样地,我们可以做百分比