Hello all,
I have an ASP.NET Crystal Report application that display the school statistic report data based on user selection for school name then populate classes are associated with its school. My current design to print each report based on school name and class that the user select from drop down lists named school name and class.
More details on my ASP.NET GUI as following:
There are two comboBoxes named SCHOOL and CLASS. In SCHOOL dropdownlist, there are two different school such A, B. If the user select A from dropdownlist that populate two items: class 1, and class 2; otherwise, class 3 and class 4 for school B. Based on user selection parameters to pass to stored procedure for calculating the aggregated formula such MIN, MAX, AVG, etc... and then store in DataSet for using Crystal Report push method to display data. The report design layout is similar for each report by school and class. I would like to print on big report that including School A and Class 1, School A and Class 2, School B and Class 1, School B and Class 2 using one button press to export all in PDF file.
Please be advice with your expertise knowledge how to overcome this issue. Is it posible to setup
parameters to loop thru in ASP.NET front end to Crystal Report?
Thanks in advance for help to work around above issue.
Edited by atp2K3 - 05 Jul 2012 at 3:51am