Believe it or not, my first flex job had nothing to do with even 1% of rich Internet application. It wasPrint multiple pages in flex.
I know what you are thinking right now. Why shoshould I care printing in flex? Is flex supposed to be used for creating cool stuffs rather than this kind of low-level system function? That was exactly what I thought at that time. But job is job, especially when the pay is good.
The interesting thing is I actually learned a lot from this printing job. because it touched Expose key areas of flex framework, such as: container framework, Component Construction, and layout management. the fact is, once you know something from inside out, you will feel some fun of doing it.
Over the next week, I want to write a series of 4 tutorials about how to print in flex. Here are the topics we will be covering:
- Using flex build-in print function
- Printing multiple pages using printdatagrid
- Printing multiple pages using flexreport
- Understanding flex print job from A to Z
To follow along with this series, make sure you subscribe to our RSS feed or bookmark and come back to this page.
Stay tuned for the next post of this tutorial series onUsing flex build-in print function.
Source: http://flextutorial.org/2009/05/21/how-to-print-in-adobe-flex/