How do I set a report to print in landscape mode, I know the printer can change it but the report width is stuck at 8.5
I've heard Report.PaperOrientation = crLandscape, but where do I put the paperorientation, niether the viewer object or the report class support it and where/what do I declare as "crLandscape"?
I'm using VB.NET and the Crystal Reports Viewer component.


Reply With Quote