Click here to Skip to main content
15,899,025 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using C#,asp.net,VS 2005 and sql server 2005
i use crystal report.
But the problem is i have almost 14 fields along with one image field. How i can display all these in crystal report. Because in crystal report i can display only say fields in a row...How i should display rest 8 fields...?

Any solution is appreciated?

thanks in advance.
with regards
karan
Posted

Without know how you are passing your data to the report etc.

I would suggest that you have a read of this msdn article Create a Report (How Do I in Crystal Reports for Visual Studio)[^]
 
Share this answer
 
Check if this helps.You should be able to adjust width & accomodate rest of the columns.

http://blog.marksgroup.net/2009/06/crystal-reports-use-multiple-columns-in.html[^]
 
Share this answer
 
Try these couple options to get more space in your report.

Change the report's page orientation to landscape.
How to change the orientation of reports to Landscape[^]

Change the report's paper size into big size such as Legal or A3.
Change Paper Size and Orientation in Crystal Reports .NET[^]

Also you can reduce the margins on all 4 sides.
Configuring Report Page and Margin Properties[^]

Oops....my bad got a single link for all
Expanding the design area in Crystal Reports[^]
 
Share this answer
 
Take A3 Page size of Crystal Report , this would help.
 
Share this answer
 
Hi,

Ans for VS-2008.
Step 1)
Make crystal report viewer property "BestToFitPage=False"
And then you can increase width of crystal report viewer.
So, report width and height can be increased.

Step 2)
Decrease the font size of fields placed in crystal report.


Step 3)
If you have any difficulty to see the fields (i.e. small fonts). Then you can zoom property of Crystal Report viewer.

I hope you got the solution.

shivram.popalghat@gmail.com
 
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