Reputation: 466
I wish to have multi-row Column headers on a table, per this image:
I have tried this:
Result: second header row repeats for every Data row, because the nested table is also bound to the dataset.
Result: Does not carry the header across pages. Which is required.
I am using SSDT in Visual studio 2017 to build the report. Is this possible?
Upvotes: 1
Views: 2611
Reputation: 27202
Right click the existing header row and "Insert New Row" e.g.
Then select cells and use the "Merge Cells" for your first header row.
Upvotes: 3