I'm using CR9 and VB6 and using the CRViewer to view the report.
When I issue a Report.PrinterSetup Me.hwnd and then set the Orientation to landscape the report views fine.
If I check the value of Report.PaperOrientation at this point it is 2.
If I issue a Report.PaperOrientation = 2, then resets the value of Report.PaperOrientation to 1 (portrait.) Very strange.
It seems that in the environment that I have the only way to set the report orientation is through Report.PrinterSetup.
Thoughts?
When I issue a Report.PrinterSetup Me.hwnd and then set the Orientation to landscape the report views fine.
If I check the value of Report.PaperOrientation at this point it is 2.
If I issue a Report.PaperOrientation = 2, then resets the value of Report.PaperOrientation to 1 (portrait.) Very strange.
It seems that in the environment that I have the only way to set the report orientation is through Report.PrinterSetup.
Thoughts?