我是SSRS / RDLC报告的新手,我必须创建一份报告。我有两个数据集,在这两个集合中我有一个年份字段,我必须按年分组。第一个数据集1应该基于年份,数据集2应该根据年份而来。
提前致谢
答案 0 :(得分:2)
您似乎有两种选择:
A)使用Lookup功能将两个数据集链接在一起。
B)使用子报告(更简单):
创建一个三行Tablix。
Row 1: Column Headers
Row 2: DataSet 1 Data
Row 3: A Subreport.
为您的第二个数据集创建第二个报告。然后,您可以按照以下步骤将其添加到报告中。
1.Go to insert > Subreport and click on the third row. This will insert the subreport into the tablix.
2.Highlight all the cells in row 3 and press merge.
3.Right click the Sub Report > Properties.
4.In the text box entitle 'Use this report as the subreport' enter the URL from the second report.