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