I want to add an image of a certain DataGrid
in silverlight to a word Document.
I've created a WriteableBitmap
of the DataGrid
but I can't find how to copy this image to the word document.
It doesn't have to be a WriteableImage
. Any solution that works is fine with me.
Thanks.