Posted by: vx on: October 16, 2008
There are very few resources on the web about printing in Flex. Adobe LiveDocs is an excellent on-line reference for Flex. I thought of sharing my experience and the way I successfully printed the dataGrid in Flex.
Example below: shows how to call a function to print a datagrid
public function printDataGrid() : void
{
var printJob : FlexPrintJob [...]
Comments