SSRS Detail members can only contain static inner members

荒凉一梦 提交于 2019-12-04 05:16:57

If these are being returned from the same SP, then you should only have one Detail group (and one tablix).

The detail group (on your outer tablix) will be repeated once for each row returned by your dataset. A tablix contained within that row for the same dataset doesn't make sense: what would it repeat?

It sounds like you need to combine your two tablixes into one, not nest one in the other.

The easiest approach is probably to add a group to the parent tablix which will take the place of the former detail group. It will probably group by whatever field you joined to your old subreport dataset (or something similar.)

Then put your old subreport fields in the detail rows.

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