I have a WPF application which has a toolbox with items same as Visual Studio. These items can be dragged on to the gird and configured. Each item has its own configuration i.e., different textboxes, dropdowns etc. Similar to Visio user will connects items if required (two or more). We call this as a Playlist (collections of items with different configurations).
I have a requirement to present the configuration of a playlist in a report. The customer will be using this playlist report to recreate the playlist.
All configurations are saved in XML. I am able to deserialise the XML and show it in the report but ideally the customer would like screenshots of each item in the report or some other format.
How can i achieve it? Sorry if it is a very wide question.
Thanks in advance.