I need to print a component which has a lot of information and which doesn't fit on a single page, so i need multiple pages to print it. Unfortunately Flex doesn't provide any support for this UNLESS you use PrintDataGrid, which is useless to me because the application i am trying to print doesn't have ANY PrintDataGrid control.
So the big question is how to handle multipage when printing something that IS NOT a PrintDataGrid. Any ideas? any custom components that implement this functionality? any solution? Thanks
