flex打印操作(FlexPrintJob)还有分页打印操作具体实现
首先要导入 import mx.printing.FlexPrintJob; import mx.printing.PrintAdvancedDataGrid; 1.使用FlexPrintJob进行打印操作 1.如果没有分页和下拉框的时候 复制代码 代码如下: public function doPrint():void{ var printer:FlexPrintJob = new FlexPrintJ
首先要导入 import mx.printing.FlexPrintJob; import mx.printing.PrintAdvancedDataGrid; 1.使用FlexPrintJob进行打印操作 1.如果没有分页和下拉框的时候 复制代码 代码如下: public function doPrint():void{ var printer:FlexPrintJob = new FlexPrintJ