Hi there
Im new to the .net enviroment. How do i change the crystal report (existing report ) from potrait to landscape i dont see this propetry anywhere. Please Help me
Printable View
Hi there
Im new to the .net enviroment. How do i change the crystal report (existing report ) from potrait to landscape i dont see this propetry anywhere. Please Help me
Hi see the sample code below
VB Code:
Dim crReportDocument As New ReportName crReportDocument.PrintOptions.PaperOrientation = PaperOrientation.Landscape CrystalReportViewer1.DisplayGroupTree = False CrystalReportViewer1.Zoom(100) CrystalReportViewer1.ReportSource = crReportDocument
Regards
Jorge
How do you physically widen the report at design time so that you can move objects further to the right on a portrait report?
I worked it out - there is an option to set to landscape in "printer setup" within the report designer.