SSRS - 在部分的多行中显示分组的详细信息列

SSRS - Display grouped detail columns in multiple rows in section

我必须在 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

我得到了解决方案。使用列表控件并在此 link.

找到它

http://blogs.technet.com/b/microsoft_in_education/archive/2013/03/09/ssrs-using-a-list-item-to-display-details.aspx

明白我的意思了。