在子报表中重复表

时间:2016-07-12 08:47:08

标签: c# crystal-reports subreport

我在子报表中有一个从数据库中提取的表。它正确读取所有数据,但现在我只想要连接到特定课程的数据。如何过滤结果?

我将课程的ID添加为子报告链接。但每个ID都有自己的子报表,我只希望一个表包含所有数据。

enter image description here

这里也是表的预览:

enter image description here

1 个答案:

答案 0 :(得分:2)

您不应将ID添加为子报告链接,而应在记录选择公式中添加ID。

打开记录选择公式并添加为:

ID=yourvalue 
//if you want user to priovde value at runtime then add parameter
ID={?Parameter}