Click here to Skip to main content
15,888,401 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Sir/Madam,

I had create a employee management project using vb.net . Now i have to create a Crystal report for my

project, but in my project more number of fields are there in the database . But in visual studio 2008 i cant able to

design the report in the horizontal way . It restricts to fill less number of fields.

So i kindly post me any idea...........


THANKING YOU

WITH REGARDS

ANANTH.P
Posted
Updated 21-Oct-11 16:57pm
v2

1 solution

In the crystal reports menu select design, then printer setup and set to landscape......:) :)

Or Try This thing

VB
cryRpt.PrintOptions.PaperOrientation = CrystalDecisions.Shared.PaperOrientation.Landscape
cryRpt.PrintOptions.PaperOrientation = CrystalDecisions.Shared.PaperOrientation.Portrait
cryRpt.PrintOptions.PaperOrientation = CrystalDecisions.Shared.PaperOrientation.DefaultPaperOrientation
 
Share this answer
 
v2

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