How do I get a report to display as landscape instead of letter in a Crystal Reports viewer on an ASP.NET page? Thanks.
Printable View
How do I get a report to display as landscape instead of letter in a Crystal Reports viewer on an ASP.NET page? Thanks.
Hmmm....gotta be a couple Crystal Guys out there somewhere....anywhere...?
You may of solved this already, but here's to anyone searching for the same answer
Dim oRpt As New CrystalDecisions.CrystalReports.Engine.ReportDocument
oRpt = New myReportName
oRpt.PrintOptions.PaperOrientation = CrystalDecisions.Shared.PaperOrientation.Landscape