Shyam,
This will probably come your way, but what I'm after now would be the means to export the diagram from the server side, loading the JSON configuration to feed the resultant image output.
In examining the MVC side and
DiagramProperties I see I can load the model, but there does not appear to be a method to export it to an image as is available on the client side.
Short of composing a page in memory to render the diagram and export the image or storing the exported image as metadata at runtime (tricky for me with dynamic templates), is there any way that I can export the diagram image of the report without rendering it to a live user?
Thank you.
Robert