Report - Paper Orientation Property

Does anyone know a way of establish how the “Paper Orientation” property has been set on a report at runtime? We are not looking to change the Orientation at runtime, just establish what the developer set the property to. We have a similar problem with the NAS to the one described in TOPIC_ID=11779.

Not sure about later versions (3 or 4), but I think this can’t be done with version 2. We got around it by having a global variable set to either Portrait or Landscape - the down side to this is it relies on the developer keeping the variable and the actual orientation in sync.

What we are really after is a way of finding out before the report object is instantiated. I’ll think through the variable alternative to see if this is an option for us. Thanks