如何在vb.net中打印datagridview结果?

发布于 2024-12-01 21:21:20 字数 98 浏览 0 评论 0原文

我的表单上有一个 datagridview ,下面有一个打印按钮...我希望当我单击打印按钮时,应该出现打印对话框,并且应该打印 datagrid 结果...怎么做?谁能告诉我我??

I have a datagridview on a form and a print button below it...i want that when i click the print button the print dialog should appear and the datagrid results should be printed...How can it be done??Can anyone tell me??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

_畞蕅 2024-12-08 21:21:20
<a href="JavaScript:window.print();">Print this page</a>

您可能还想通过使用 media 属性。这将提供更好的打印效果。

<a href="JavaScript:window.print();">Print this page</a>

You might also want to investigate using separate stylesheets for printing and screen by using the media attribute. This will provide better printing results.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文