Page 1 of 1

print issue

Posted: Mon Feb 27, 2012 5:28 am
by jianchangxiang
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

Posted: Tue Feb 28, 2012 3:27 am
by Vladimir
Hello,

Please try to set the following option:

StiOptions.print.autoPageOrientation = false;

Thank you.