在word中设计报告模板以及如何在c#中使用它
我正在编写一个程序,最终必须导出一个报告。
但我不想在 C# 中使用水晶报告或任何其他方式。
我想设计一个报告的word模板。
当我按下报告按钮时,它必须为数据库中的所有人员生成报告..
那么,你能告诉我如何在 C# 中使用 Word 模板吗?
以及如何使其为数据库中的所有人生成报告..
谢谢..
i am writinig a program that in finish must export a report.
bu i dont want to uese crystal reports or any other ways in c#.
i want to design a word template of the report.
and when i press on a report button it must generate report for all persons in the database..
so, can you tell me how can i use word template in c#.
and how to make it to generate reports for all persons in the database..
THANKS..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们使用 Aspose.Words从 .net 代码执行邮件合并和 Word 文档生成。您可以生成模板文档,然后将数据合并到该模板内的预定义字段中。它并不便宜,但一旦你掌握了它,它就会非常强大。
We use Aspose.Words to perform mail merges and word document generation from .net code. You can generate a template document and then merge data into predefined fields inside that template. It's not cheap but once you get to grips with it it's very powerful.