I am trying to export a dashboard using Infragistics reporting. I can successfully render all of my graphs and tables, but have had no luck with xamHtmlViewer. Can you point me to the right way to get a xamHtmlViewer into a bitmap?
Thanks,
Mike
P.S. I can successfully do this on our WPF side using the WPF WebBrowser and using a complicated procedure using XpsDocument, but I don't think that stands any chance of working in Silverlight.
Also posted to the NetAdvantage Reporting forum to see if I get any responses there.
Hi Michael,
the xamHtmlViewer renders it's content on the page so it won't let you render it's output to a writable bitmap
(WriteableBitmap bitmap = new WriteableBitmap(this.htmlViewer, null);)
like other pure Silverlight controls.
Please let me know if I can provide any further assistance.
Best,
Ivo