在word中设计报告模板以及如何在c#中使用它

发布于 2024-10-29 05:17:52 字数 185 浏览 1 评论 0原文


我正在编写一个程序,最终必须导出一个报告。
但我不想在 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 技术交流群。

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

发布评论

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

评论(1

笙痞 2024-11-05 05:17:52

我们使用 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.

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