[RESOLVED] [2005] Set Crystal Report's Page Style as LandScape from .NET
Hi again,
I wonder if somebody suggest me how to make the Crystal page landscape from .NET
I don't have Crystal Report installed as saperate package.
Is that possible ?
Re: [2005] Set Crystal Report's Page Style as LandScape from .NET
VB Code:
MyReport.PrintOptions.PaperOrientation = CrystalDecisions.[Shared].PaperOrientation.Landscape
EDIT: IF you are talking about designing the report in VB2005 then go to the CrystalReports Menu and select
Design >>
Printer Options
and then click on Landscape
Re: [2005] Set Crystal Report's Page Style as LandScape from .NET
Thanks for ur reply bmahler. Actually I had my Adobe PDF as an default printer in my pc. So can't see the Printer Setup :bigyello: