33

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.

naspinski
  • 34,020
  • 36
  • 111
  • 167

3 Answers3

47

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

Justin King
  • 1,428
  • 12
  • 14
  • 5
    The image export is okay, but it would still be extremely useful if I could export and .edmx to Visio or if Visio could import an .edmx file. – goodman Aug 20 '10 at 14:10
  • The problem of doing this is that the image obtained gets pixelated.Better using a pdf printer such as PDFCreator, and set paper size to ARCH E3 and export it to png. – Willy May 29 '20 at 14:32
35

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.

Chris Smith
  • 351
  • 3
  • 2
12

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.
hdoghmen
  • 3,175
  • 4
  • 29
  • 33