生成报告/图表/...以在 c# / WPF / .net 4 中打印

发布于 2024-10-19 11:21:43 字数 200 浏览 2 评论 0 原文

我正在制作一个应用程序来管理节日志愿者。

我只剩下一件事要做:生成可以打印的文档。

我正在寻找一些东西来生成这些报告。

我的需求: - 主要打印图形日历,其中包含一些“事件” -生成一些字母 -打印列表

我可以使用什么来做到这一点?

如果我可以预览一下就更好了,但这不是强制性的。

谢谢你!

I'm doing a application to manage volunteers of a fest.

I've only one more thing to do: Generate documents which can be printed.

I'm searching something to generate theses reports.

My needs:
-Mostly print graphics calendars with some "event" in them
-Generate some letters
-Print lists

What can I use to do this?

It would be better if I can do a preview of this, but this isn't mandatory.

Thank you!

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

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

发布评论

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

评论(4

溺渁∝ 2024-10-26 11:21:43

请查看此处:http://msdn。 microsoft.com/en-us/library/bb656295%28v=office.12%29.aspx

这是一种可以帮助您生成 Office 2007 文件的技术!我用它做了一个非常漂亮和干净的摘要,
而且简单、快速、免费!

只不过您需要 Word 2007 来编辑生成的文件。

要制作日历,您可以在这里查看:http://en.wikipedia.org/wiki/ICalendar< /a>

然后生成你的 iCal 文件,然后将其导入到日历中,例如谷歌日历或 Outlook 或其他支持 ical 的东西,然后打印它!

希望这有帮助

Take a look here: http://msdn.microsoft.com/en-us/library/bb656295%28v=office.12%29.aspx

It is a technique that helps you much to generate office 2007 files! I have done a very beautiful and clean digest with it,
And it was easy and fast and free!

Except that you need a Word 2007 to edit your generated files.

For doing the calendar you can take a look here: http://en.wikipedia.org/wiki/ICalendar

Then generate your iCal file, then import it in a calendar like google calendar or outlook or another thing that supports ical and then print it!

wish this helps

氛圍 2024-10-26 11:21:43

我推荐 XtraReports。它们看起来不错,并且有助于减轻编写我自己的预览器/打印机/导出器等的痛苦。请参阅 http://www.devexpress.com/Products/NET/Reporting/index.xml

I recommend XtraReports. They look good and have helped alleviate the pain of writing my own previewer/printer/exporter, etc. See http://www.devexpress.com/Products/NET/Reporting/index.xml

中性美 2024-10-26 11:21:43

您可以使用 Microsoft 报告查看器。

有用的链接:

You could use Microsoft Report Viewer.

Helpful links:

迷乱花海 2024-10-26 11:21:43

事实上,我正在创建自己的 WPF 组件并进行打印。它就像一个魅力。

In fact I'm creating my own WPF components which I print. It worked like a charm.

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