Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any way to export sequence diagram generated by visual studio?

I am using Generate Sequence Diagram feature of Visual Studio.

I have to show my sequence diagram to someone who don't have Visual Studio Ultimate Edition

Is there any way to export the sequence diagram to any format so that it can be viewed outside Visual Studio?

like image 241
Haris Hasan Avatar asked Feb 08 '12 16:02

Haris Hasan


1 Answers

This answer works in VS 2012:

  1. Open the sequence diagram
  2. select the whole diagram by CTRL+A
  3. copy it to the clipboard -> CTRL+C
  4. go to an open MS-Word document and hit CTRL+V to paste it

the diagram is pasted and you can perform image editing, printing, etc. there

like image 142
javadch Avatar answered Nov 04 '22 06:11

javadch