How to print WPF FlowDocument within local report?
Posted
by Thorsten Dittmar
on Stack Overflow
See other posts from Stack Overflow
or by Thorsten Dittmar
Published on 2010-04-23T20:41:09Z
Indexed on
2010/04/23
20:43 UTC
Read the original article
Hit count: 315
Hi,
in one of our applications we're using alocal RDLC-report (displaying using a ReportViewer
control) to print some tables and text entered by the user.
We'd like to give the user the ability of formatting the text. I thought I might use the respective WPF controls (embedded into the Windows Forms application) to make things easy.
Question is: how do I print the resulting FlowDocument
within the local report? Is this possible at all?
Thanks for any advice,
Thorsten
© Stack Overflow or respective owner