I have a table in the Database
| ID | NAME |
| 1 | A |
| 2 | B |
| 3 | C |
| 4 | D |
I just wanted to show in my SSRS Report column names as
| A | B | C | D |
How to Map these table Name Values in SSRS Report and also if i add one more value in the table it should automatically map into SSRS Report Column.Could anyone help on this please.
Thanks,
Prasant

Guest UserPosted Jun 30, 2011, 10:44 AM
Prasant JinagaPosted Jun 30, 2011, 1:43 AM
Suthish NairPosted Jun 29, 2011, 10:29 AM
Convert Rows to Columns in SQL Server 2008/2005
Guest UserPosted Jun 29, 2011, 10:21 AM