SSRS only displaying first row

此生再无相见时 提交于 2019-12-10 01:21:22

问题


I have a very basic report in SSRS that displays a grid of data. The query correctly returns multiple rows but the report only displays the first row. The query is as simple as SELECT * FROM... I dont have any special formatting and the tablix is in the details part of the report, not header or footer by accident. What else can I check?


回答1:


The tablix was missing a row group.




回答2:


A similar issue is driving me nuts. I created a report manually from scratch in VS2012, threw a tablix on it and added the columns returned by a simple select. The report preview returns only the first group by primary key. Then I created a similar report using a wizard and that report, although having only cosmetic differences, returns all groups by primary key.



来源:https://stackoverflow.com/questions/7363640/ssrs-only-displaying-first-row

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!