Fandy Xie's Dynamics AX Blog
2013年3月14日星期四
How to using code to control the report printer paper Orientation
public void run()
{
super();
element.printJobSettings().fitToPage(false);
element.printJobSettings().paperOrientation(PrinterOrientation::Landscape);
}
没有评论:
发表评论
较新的博文
较早的博文
主页
订阅:
博文评论 (Atom)
没有评论:
发表评论