Can Crystal Reports Scale to Fit Page
Posted
by Jacob Reyes
on Stack Overflow
See other posts from Stack Overflow
or by Jacob Reyes
Published on 2010-05-21T10:28:51Z
Indexed on
2010/05/22
7:00 UTC
Read the original article
Hit count: 258
c#
|crystal-reports
Hello ,
Can a crystal report be scaled to fit page?
I'm hoping to achieve something similar to Microsoft Excel's Scale To Fit feature wherein a large spreadsheet can be scaled to fit a 8.5"x 11" page. (On MS Excel 2007 goto Page Layout > Scale To Fit).
Im searching of a way to make a large report fit into a smaller page during print. for example a report designed in Legal(8.5"x 14") page must be able to shrink when print previewed for Letter(8.5"x 11") page.
In my crystal report, it should be scaled to fit the page by default. I was thinking maybe theres a Crystal Report Setting or C# code technique that I missed out.
Any hint or link to the right direction is appreciated.
Thanks!
© Stack Overflow or respective owner