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);
}

没有评论:

发表评论