如何在Wpf中打印预览?
我正在尝试打印用户控件的所有内容。
那么我需要的是打印预览 WPF 中 DataGrid 的记录?
为了方便打印,我们可以使用 PrintVisual 并将我们的 UserControl(在本例中为 DataGrid)作为参数发送。
看起来很容易打印,但我找不到任何可以进行打印预览的东西。
WPF 中有什么可以解决这个问题吗?又如何呢?
提前致谢 ;)
i am trying to print all the contents of a UserControl.
So what i need is to Print Preview the records of a DataGrid in WPF?
For printing is easy, we can use the PrintVisual and just send as argument our UserControl (in this case, the DataGrid).
It looks easy to Print, but i can't find anything to do the Print Preview.
Do we have anything in WPF to to this? And how?
Thanks in advance ;)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
相关:如何我在 WPF 应用程序中生成 FlowDocument 的“打印预览”?
Related: How can I produce a "print preview" of a FlowDocument in a WPF application?