Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am developing a grade card report using Crystal Report in VS2010 C#. My report consist of 2 Sub-report(1st Sub-report in Detail-a and 2nd Sub-report in Detail-b sections). Detail-a consists of subject name and marks list of each subject scored by student. Detail-b section consists of total marks and percentage scored. The reason behind using 2 Sub-report in different section was to avoid overlapping of Sub-reports. Now my problem is, as Sub-report in detail-a consists of subject name, it keep on changes when we select different semester. So when Sub-report consist of 5 rows, there are 5 pages created in crystal report . I don't want that to happen as only my 1st page of crystal report consist valid data and rest 4 pages will be blank. How can I achieve this? Please help. Thank you.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900