有没有适用于 ASP.NET 的免费 PDF 或图表生成器?
适用于 ASP.NET 的最佳免费 PDF 和图表生成器是什么?
What are the best free PDF and chart generators for ASP.NET?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
适用于 ASP.NET 的最佳免费 PDF 和图表生成器是什么?
What are the best free PDF and chart generators for ASP.NET?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
对于 PDF:
对于图表:
[
打开 Flash 图表
dHTMLx 图表t (是为了
推荐!)
For PDF:
For Charts:
[
Open Flash Chart
dHTMLx Chart (It is to
recommend!)
如果您有兴趣创建图表、将其放在 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.