GoXam in server mode

Hello,
i produce some reports in pdf and html where i would like to put in a screenshot of some diagram, the diagram in those reposts will have the link where i expose the silverlight diagram.
Can i render the diagram in server side mode with a process and put a preview of that as an images in a report?

Thank you
Simone

You can call myDiagram.Panel.MakeBitmap to produce a BitmapSource from which you can generate an image file.

Are you expecting to run a Silverlight app, presumably a simplified version of the real app, on the server? I suppose that might be possible, but I have no idea about what problems you might encounter. You will need to experiment to make sure that can work. Somehow you will need to make sure your stripped-down app is able to render itself fully before you MakeBitmap.