I am printing a VBox which is a report, it contains information concerning an accounting report.
I need to print this in multiple pages but there's no way to do it, any ideas? any custom component which could handle multiple page format? It is pretty lame that i can only print DataGrid in multiple pages --- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Sorry, there is no other multipage print components available. What are > you printing? Pages of text should be relatively easy. > > ________________________________ > > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of dmiramontesval > Sent: Friday, December 08, 2006 12:07 PM > To: [email protected] > Subject: [flexcomponents] Printig multipage output > > > > 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 >
