C# 如何以编程方式导出/保存 DBML 图?
我们使用许多 Linq to DB 对象模型,每次发生更改时,我们都必须打开 DBML 设计界面并保存图表图像以用于文档目的。
是否有一种编程方式来生成 dbml 图像并将其保存为 JPG 或某种图像格式?
我所看到的只是如何手动执行此操作。
谢谢
We work with many Linq to DB object models and every time there's a change we have to open the DBML design surface and save out the diagram image for doc purposes.
Is there a programmatic way of generating an image of the dbml and saving it to a JPG or some image format?
All I've seen is how to do this manually.
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以按照以下方式导出图表:
http://msdn.microsoft.com/ en-us/library/ff469815.aspx
you can export the diagram following the below:
http://msdn.microsoft.com/en-us/library/ff469815.aspx
您可以将 DBML 文件“打印”到任何虚拟打印机,例如与 Microsoft Office Professional 捆绑在一起的 Microsoft Document Image Writer。这样您就可以获得 TIFF 格式的图像文件。
You can "print" the DBML file to any virtual printer like Microsoft Document Image Writer which comes bundled with Microsoft Office Professional. This way you get an image file in TIFF format.