WPF Printing - Multipage Invoice Via Flowdocument, Paginator and FixedDocument

…衆ロ難τιáo~ 提交于 2019-12-04 19:59:17

Sorry i've been so slow in tidying up this question, but we've just finished this project, and i'm now tidying up all the loose ends from it.

It turned out that the flowdocument / XPS method was a completely wrong headed way of approaching this task, and in fact the built in RDLC reports allowed us to achieve everything we needed for our invoice documents, in a relatively straight forward manner.

The main bonus of this was that we were able to report on in-memory instances of our business model objects, rather than having to use data looked up from a db, via stored procs called from crystal, which the previous system relied upon. The report file editor in VS was simple to get to grips with, if at times a little irritating when laying out complex reports.

Hopefully this may be of some use to people considering their options when it comes to reporting from WPF applications.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!