Getting the page orientation of a report page

The method getPageOrientation() is used to get the orientation of the report page. You should call this method after calling the runReport method. The return value is an int value, and can be LANDSCAPE or PORTRAIT. If it is -1, it makes no sense, and is incorrect. For example, you may have called it before calling runReport method.