naspinski
naspinski

Reputation: 34689

Is there a way to export the .edmx diagram from VS2008 to Visio?

Some people want to see the DB structure and dont have VS, is there a way to do this? Or any other way to export it outside of a screencapture (it is a huge diagram).

Thank you.

Upvotes: 33

Views: 23816

Answers (3)

hdoghmen
hdoghmen

Reputation: 3422

There is a PDF generation solution (suitable if you have large diagrams) :

You can do it from Visual Studio :

  1. File > Print
  2. Send it to OneNote or choose PDF.

Upvotes: 12

Chris Smith
Chris Smith

Reputation: 351

This doesn't really work on large diagrams. Oh it exports it, but on a large diagram, once you zoom in, all text is nothing but pixels. It's a logged bug, but right now Microsoft is not planning on fixing this issue.

What I've done is downloaded a pdf printer (like Bullzip free edition), then just "print" the document to pdf.

To Viso, no. I have yet to find a way to export this to Visio.

Upvotes: 35

Justin King
Justin King

Reputation: 1428

You can right click on the design surface and select Diagram -> Export as Image and you get the entire edmx model generated as bmp

Upvotes: 47

Related Questions