Crystal Report仅显示结果集第一行(来自sp)的报告标题。 如果我在报表标题中添加了任何字段,该字段位于报表中未显示的第二行或后续行中。 这有什么解决方案或解决方法吗?
答案 0 :(得分:0)
如果您在报告标题中放置字段,则只会显示第一行...以获取其他行,并将字段放在详细信息部分,这将读取所有行。
答案 1 :(得分:0)
首先,您必须了解各个部分在水晶报告中的工作原理。
**Report Header** -> shows info one time but only on the first page of the report
**Page Header** -> shows same info per every report page
**Details** -> shows different info from the same field filing the space that other sections left
**Report Footer** -> shows info one time but only on the last page of the report
**Page Footer** -> shows same info per every report page
因此,在您的情况下,您应该将字段放在“详细信息”部分,这样它们就可以在每次迭代时显示不同的值。