SSRS 2008 Tablix containing subreports
I have a report with a Tablix. The purpose of t开发者_如何学Chis report is to output an Excel friendly report so that users can work and manipulate columns and cells and sort on data. My Tablix contains 2 subreports. One of the subreports may return multiple rows and when it does, it causes data in my Tablix to merge multiple rows on Excel output.
Note: The subreports are needed because the data lies at to different geographical locations, so webservices are used to return external data.
I had to do some additional work to make sure that multiple rows were not returned and limit the return data to 1 row.
精彩评论