我必须在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发布于 2015-02-03 04:04:34
我找到解决办法了。使用列表控件并在此链接中找到此控件。
education/archive/2013/03/09/ssrs-using-a-list-item-to-display-details.aspx
找到我在找的东西了。
https://stackoverflow.com/questions/28029839
复制相似问题