You should set the appropriate values for the ‘orientation’ and ‘Height’ properties in the Main Section of the report’s layout model.
Or you can send them as parameters, for example, if you are calling the report from a Forms application, you could add this parameter to make the report print in landscape:
<pre>Add_parameter(Your_Parameter_List,’ORIENTATION’,Text_Parameter,’LANDSCAPE’);</pre>
Discuss This Question: