|
how to add column programatically to crystal report -- Kalpesh --
Hi all we are working on crystal report to develop verious report for our asp.net web application.. my query fetch the recods as follows. party id rating agency name rating 1 crisil aa+ 1 moodys aa 2 crisil bb 2 moody bb+ i want to display these records in crystal report as follows. party id moody crisil ... 1 aa aa+ 2 bb+ bb the proble is agency are not fixed. write now there are only 2 agecny in my database. later these agancies will be added.. My problem is how to add column programatically to crystal report using asp.net + c# i am using asp.net 2.0 with .net cyrstal report Need ur help Thanks and warm regards, Kalpesh |