Hi, I've got some problems with setting appropriate page orientation for grapics in my report. There are few pages with portrait orientation, and the last one is supposed to be in a landscape orientation. If I specify: options orientation=landscape; before last graph code, it changes orientation for all pages - and that is not what I need. By the way, when I change it back to portrait it returns to it but not with first running report-code, but after I run my proc template (in a separate program unit) which I have in my project - why is that? P.S. One more question (maybe it is not so related to topic): is there any way to see default values for different procedures (e.g. proc report,gchart,gplot) and goptions - to see which parameters(parameters values) cause certain effect, to know what to change for the needed result.
... View more