WPF 4 固定文档多页

发布于 2024-09-17 20:29:02 字数 490 浏览 7 评论 0原文

在 WPF 中打印跨多个页面的复杂布局的最佳方法是什么? (例如,由于发票项目较多,发票布局跨越多个页面)

我猜这些方法之一可以:

What is the best way to print a complex layout spanning multiple pages in WPF? (for example an invoice layout spanning multiple pages because of many invoice items)

I'm guessing one of these methods would do:

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

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

发布评论

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

评论(1

淡水深流 2024-09-24 20:29:02

我通常使用将页面动态插入到固定文档控件中的方法。我创建了一个空视图,然后动态加载到代表每个页面“主体”及其各自绑定的用户控件中。缺点是您必须为数据集报告创建自己的 poormans 虚拟化(即每页显示 12 行,并使用 MOD 12 计算等)类型的东西。

报告在 WPF 团队 Radar 上的优先级较低,因此目前确实没有太多相关知识库,未来也不是那么光明。

I typically use dynamic insertion of Pages into the FixedDocument control. I created a empty view and then dynamically load in UserControls that represent each pages "body" with their respective binding(s). The downside is you have to create your own poormans virtualization for dataset reprots (ie show 12 rows per page with a MOD 12 calculation etc) type thing.

Reports are low priority on the WPF teams Radar so this really hasn't got a lot of knowledge base around it at present and the future isn't so bright either.

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