08-15-2018 01:11 AM - edited 08-15-2018 01:12 AM
Hi,
I want to create a custom report page(User Control) which contains a ni graph control and binded to fixed data and opened in a popup page.
Its ok to create user control but how could I print preview and save that page as PDF or XPF?
Solved! Go to Solution.
08-15-2018 09:39 AM
I would suggest using the techniques described in the wpf graph export to image question, to render the WPF user control to an image and include that in your document.
08-16-2018 02:08 AM
Thansk Paul,