|
How to pass column runtime to crystal report -- Kalpesh --
Hi All, I am devloping crystal report for my web application. I am using asp.net 2.0 and asp.net crystal report. I am struct in one situation I want to display column in crystal report on the basic of query. means my columns are not fixed. Example My query results to show marks of student in different subjects student id subject name marks 1 english 100 1 maths 150 1 science 140 1 ..... 2 english 90 2 maths 80 2 science 150 i want to display the data in crystal report as following manner student name english maths science ...... 1 100 150 140 2 90 80 150 the subject are not fixed . some time it retry only three subject or sometime its 5 Need solution Thanks and Warm Regards, Kalpesh |