Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How Increase the page width of Crystal report ..?
Posted

HI
in Cristal Reports menu->design->print setup change the page type like portal or land scape
or
A4,A3
 
Share this answer
 
 
Share this answer
 
If , want increase width of crystal report then,
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.
 
Share this answer
 
Comments
vsspawar 24-Mar-12 4:00am    
Where is that property "BestToFitPage=Flase" Im not getting. i Searched everywhere. Im using VS-2005
Shivram A Popalghat. 24-Mar-12 4:19am    
I am using VS-2008.
here is the design code for asp.net Crystal Report Viewer.
-----------------------------------------------------------------------------
<CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server"
AutoDataBind="true" HasRefreshButton="True" BestFitPage="False" />
-----------------------------------------------------------------------------

I hope you got solution.

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