开发者

SSRS only displaying first row

开发者 https://www.devze.com 2023-04-03 15:52 出处:网络
I have a very basic report in SSRS that displays a grid of data.Th开发者_StackOverflow社区e query correctly returns multiple rows but the report only displays the first row.The query is as simple as S

I have a very basic report in SSRS that displays a grid of data. Th开发者_StackOverflow社区e 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?


The tablix was missing a row group.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消