Posted 19 June 2018, 12:30 pm EST
We have an application that uses C1.C1Report.4 to produce various reports and show them in a Form containing a C1.Win.C1Preview.C1PrintPreviewControl. I would like to upgrade this application to use C1FlexReport and C1FlexViewer, which I should be able to do without much difficulty.
However, the same application uses a third-party word-processing control to produce a System.Drawing.Printing.PrintDocument. The application then shows the PrintDocument in the same form containing the C1.Win.C1Preview.C1PrintPreviewControl. Is there any way to use the newer C1FlexViewer to show the System.Drawing.Printing.PrintDocument produced by the third-party control?
Thanks.
Jon