Click here to Skip to main content
15,890,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to design a crystal report as like given below.
so, how can i design this in crystal report.
VB
Result announced on (DATE) 
--------------------------------------------------------------------------------------
Roll NO |  Name |Father's N  | CS-308            | Marks      |    Total   |  GPA
-----------------------------| computer          | Obtained   |    Marks   |
  1     | Ali   |   khan     | architecture      |-------------------------------            
        |       |            |-------------------|            |            |
        |       |            |  paper 1          |            |            |
        |       |            |-------------------|            |            | 
        |       |            |mid_m| ter_m| ass_m|            |            |
        |       |            |-------------------|            |            |
        |       |            |23   |36    | 6    |            |            |
        |       |            |     |      |      |            |            |

i) So I want to enter subjects in column wise
ii) after entering subjects, below how can I add paper 1,2,3 4, etc
iii) after that I want to add Mid_ Marks, Terminal_Marks, and Assignment Marks
Iv) So How can I Add all these from Database tables?
Posted
Updated 29-Oct-12 7:16am
v5

You can use it

step1. firstly for headers you can use text object and can place in report header
step2) Lines you can use by right click and then choose line and draw line to seprate them from each other.
 
Share this answer
 
Comments
Farid khan kakar 28-Oct-12 12:33pm    
how can I add subjects in column wise as mentioned above?
veenusethi 29-Oct-12 0:20am    
For subjects heading You should choose report header
Hello,
you just put Roll NO , Name ,Reg_no ,subjects, etc.Page Header portion
Step to puting object
you just right click on report Header section then choose Insert--> Text Object. and double click on that object and write your lable name which you want.
Step to puting Line
you just right click on report Header section then choose Insert--> Line.

If you want that doted line then you just right click on line and choose Format object
and in Format object choose style whatever you want.


Enjoy designing

Thanks,
Abhimanyu Rawat
 
Share this answer
 
Use crystal report for visual studio and use the GUI to design the report. Iam sure that u will find it much easier.. Regards.
 
Share this answer
 
will need Crosstab report to show data in columns...
Link
A Customized Crosstab Report[^]
Cross Tab Reports[^]
Generate a Report using Crystal Reports in Visual Studio 2010[^]
Happy Coding!
:)
 
Share this answer
 

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