Quantcast
Channel: Our ComponentOne » All Posts
Viewing all articles
Browse latest Browse all 14170

Reply To: C1PrintPreviewDialog for WPF?

$
0
0

Hi Rick,

Can you please elaborate the issue in a bit detail?
If you are simply trying to view the report before printing it, you can use C1DocumentViewer. You can add the control to a Window and call the show method on that window.

var window=new Window();
var dv=new C1DocumentViewer();
dv.Document = report.C1Document.FixedDocumentSequence;
window.Content=dv;
window.Show();

User can print the report using the print dialog on the viewer troolbar.

If you have some further issues/questions, please let me know.

Regards


Viewing all articles
Browse latest Browse all 14170

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>