Hi All,
I have data like this from view
name dateofpayment payableamount nonpaybaleamount totalamount amountdiscription
John 12/08/2012 23 44 67 discription1
John 1/08/2012 23 44 67 discription1
John 19/08/2012 23 44 67 discription1
Tom 16/08/2012 23 44 67 discription1
Tom 26/08/2012 23 44 67 discription1
Tom 9/08/2012 23 44 67
I have to create report like this
Name
dateofpayment payableamount nonpaybaleamount totalamount
12/08/2012 23 44 67
All Payable amount by name
amountdiscription payableamount
discription1 22
All noPayable amount by name
amountdiscription payableamount
discription1 22
I have to create same layout for all name data.Please suggest me how I can achieve this in rdlc.