Hi,
I'm trying to add a heading to my report using Table and TableGroups. But I don't want my group headings to line up with the detail rows. This seems like a common requirement in my mind but I can't figure out how to do it.
See made up example of a report below:
Person Name Address <-Report header
Area: A12 3BC, Newtown, Someplace <-TableGroup header
Mr Some Body 1 The Street <-Detail rows
Mrs Anne Other 2 The Street
Area: B23 4CD, Oldtown, Someplace <-TableGroup header
Mr Ran Dom 3 The Avenue <-Detail rows
So the TableGroup displays Area which is grouped by Post code, city etc.
The detail rows displays individual people and their street address.
NOTE: The Area fields do not line up with the Person fields in fact they overlap how can I do this in SSRS?
Thanks in advance for your help,
Mike G
I've found out how to do this now...
You need to have a single column in the table that spans the whole width of the report, (as opposed to having one column in the table control for each field)
Then add rectangle controls to each of the cells (Report header, table group headers and details etc.)
Then you can add textbox controls onto the rectangle controls and put them where you like within the cell.
It's a shame you have to do it this way because you loose the nice feature that lines up the details columns with the labels you've added in the report heading.
Hope that all makes sense, it's difficult to explain graphical layout issues in text!
-MIke G
|||have you tried the list control?
No comments:
Post a Comment