Hello,I set the property "Orientation= Landscape" in designer, but when i start to print a report , it changs to portrait and some information of report is missed. What can i do to handle this problem?
Thank you
print issue
-
- Posts: 1
- Joined: Mon Feb 27, 2012 5:19 am
print issue
Hello,
Please try to set the following option:
StiOptions.print.autoPageOrientation = false;
Thank you.
Please try to set the following option:
StiOptions.print.autoPageOrientation = false;
Thank you.