如何在vb.net中打印datagridview结果?
我的表单上有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能还想通过使用
media
属性。这将提供更好的打印效果。You might also want to investigate using separate stylesheets for printing and screen by using the
media
attribute. This will provide better printing results.