有没有适用于 ASP.NET 的免费 PDF 或图表生成器?

发布于 2024-10-08 19:49:22 字数 39 浏览 7 评论 0原文

适用于 ASP.NET 的最佳免费 PDF 和图表生成器是什么?

What are the best free PDF and chart generators for ASP.NET?

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

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

发布评论

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

评论(2

轻拂→两袖风尘 2024-10-15 19:49:22

对于 PDF:

对于图表:
[

For PDF:

For Charts:
[

你爱我像她 2024-10-15 19:49:22

如果您有兴趣创建图表、将其放在 ASP.NET Web 表单上并允许用户免费查看 PDF 格式,那么很难击败 SQL Reporting Services ReportViewer 控件。

您可以使用 Visual Studio 设计图表,将它们放入 .rdlc 文件中,然后将这些 .rdlc 文件托管在ReportViewer 控件。该报告最初呈现为 HTML,但您可以允许用户将其导出为 PDF、CSV、Excel 或其他格式。

如果您只想创建图表,也可以使用 ASP.NET 图表控件,这需要更多的工作,但会产生一些令人印象深刻的结果。

If you are interested in creating a chart, putting it on an ASP.NET webform, and allowing a user to view it as PDF, for free, it's hard to beat SQL Reporting Services ReportViewer controls.

You can use Visual Studio to design the charts, put them in .rdlc files, then host those .rdlc files in a ReportViewer control. The report is initially rendered as HTML, but you can allow a user to export these as PDF, CSV, Excel, or other formats.

If you only want to create charts you can also use the ASP.NET Charting Controls, which require a bit more work but produce some impressive results.

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