Click here to Skip to main content
15,896,382 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can Anybody help me how to display report(crystal report) vertically?

It is displaying horizontally. I am using sql server 2005 and visual studio 2005.

It should be like:

name:

abc

role:

admin

image:

displays image here

DOB:
12/09/1986


Plz help me...
Posted

1 solution

I am not sure of what is the issue here!

Just place them in this fashion in the details panel - one under the other. Issues?
Just to add on, in case there are more than one, you can put them in a group which would get repeated. Try!

For reference: Step by Step Creation of Crystal Report using its Features Group, Graph, Cross-Tab and Sub Report[^]
 
Share this answer
 
Comments
Nish Nishant 20-Apr-11 10:08am    
Voted 5, and proposed as answer!
Sandeep Mewara 20-Apr-11 10:52am    
Oh Thanks Nish! :)
Nish Nishant 20-Apr-11 10:52am    
You are welcome!
karan joshua 21-Apr-11 2:02am    
Thank u for reply and detail explaination... But didnt find answer for my question...
Actuly it is displaying like:

name: role: image: DOB:
abc Admin Displays image here 12/09/1986

But i want to display vertically something like:

name:

abc

role:

admin

image:

displays image here

DOB:
12/09/1986

Can U give solution...?
Plz help me..
Thank u again..
Sandeep Mewara 21-Apr-11 2:51am    
Sounds like you are just using table and columns. Use different rows while designing the table and group it. Hard to explain further... already shared an article on designing the report.

It's more on designing it than anything else.

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