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

Reporting services SSRS-在剖面中以多行显示分组的详图列

Reporting services SSRS-在剖面中以多行显示分组的详图列,reporting-services,Reporting Services,我必须在SSRS中准备一份报告,并根据股票编号获得股票分组的结果集。我已经在一行中显示了一些列,但在这一行和5行下显示了其他列。其详细报告应显示在如下部分。数据集中的所有列都在一行中。我尝试了很多方法,但无法创建这样的格式。请SSRS专家提供一些建议 Stock# Description Inventory column4 column5 column6 column7 00001 Some stock 9034 122 xyz 12

我必须在SSRS中准备一份报告,并根据股票编号获得股票分组的结果集。我已经在一行中显示了一些列,但在这一行和5行下显示了其他列。其详细报告应显示在如下部分。数据集中的所有列都在一行中。我尝试了很多方法,但无法创建这样的格式。请SSRS专家提供一些建议

Stock#   Description  Inventory  column4   column5  column6  column7
00001    Some stock   9034        122      xyz       123     ABC
--------------------------------------------------------------------------------
Product: Product1
Catalog: Catalog1
Buyer  : Buyer                 Vendor-1: Vendor1   Price:455    Date:mm/dd/yy
Alias : xyz
Notes: comments
Tendor#: 4334                  Vendor:Vendorx
--------------------------------------------------------------------------------
Totals: 89908.7998

00002    Some stock   8034        422      xyz       123     ABC
--------------------------------------------------------------------------------
Product: Product2
Catalog: Catalog2
Buyer  : Buyer2                 Vendor-2: Vendor2   Price:555    Date:mm/dd/yy
Alias : xyz
Notes: comments2
Tendor#: 5634                  Vendor:Vendorx
--------------------------------------------------------------------------------
Totals: 89908.7998

我找到了解决办法。使用列表控件,并在该链接中找到它


得到了我想要的。

请为报告发布传入的数据集数据