Hi all,
i am just looking for a reporting tool, in order to print out a flowdocument.
The main issue is, that my app will have more than 100 flowdocuments which are similar the same on screen and printed paper. And therefor i am looking for the most easy way, how to prevent designing the screen and then nearly the same for the report.
The FlowDocument includes serveral Tables, RichTextBoxes, Lables etc. This one i want to print with Headers (first header and following header differs and Footer).
When a TableRow doesn't fit in the page it should moved to the next page.
Do you have an simple Code-Snippet, how to do this? Or any hints?
Thanks for your service
Markus
There isn't anything in our reporting infrastructure currently for taking a FlowDocument and outputting it but maybe you can look at existing blog posts discussing converting a flowdocument into a fixeddocument so you can print it. e.g. http://blogs.msdn.com/fyuan/archive/2007/03/10/convert-xaml-flow-document-to-xps-with-style-multiple-page-page-size-header-margin.aspx