my database structure is like
ID, DESCRIPTION, VALUE
when I try to generate the RDLC report I do
Now the report will appear like
But I need to show the report like DESCRIPTION have 3 kind of entry i.e. P1,P2,P3 so I need to show like ID, P1, P2, P3, VALUE
DESCRIPTION
P1,P2,P3
ID, P1, P2, P3, VALUE
For this I add Model "Linq to Sql" and now I need to show the report as I explain above. Please help.