Save DataSet data with Visio Document

O

Oleg

Hi
I have developed an Add-in which draws a process flow diagram from data in
DataSet object.
Now I need to save this DataSet with the drawing document, so next time if
someone opens the document, the data is preserved for interaction with the
drawing.
I can also serialize DataSet to xml string if there was an available string
property of Visio.Document object for storage.

Has anyone figured out how to do this?

url:http://www.ureader.com/gp/1130-1.aspx
 
O

Oleg

I found an answer to my own question, I used Document.DocumentSheet.Data1
property which is a string to save DataSet in xml format on
BeforeDocumentSave or SaveAs events and load on on DocumentOpen event
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top