从 ASP.NET Web 应用程序将组合数据/图表导出到单个 PDF

发布于 2024-08-08 01:13:15 字数 721 浏览 5 评论 0原文

我们有一个 ASP.NET C# Web 应用程序,并正在尝试找到一种方法来组合可导出单个 PDF 的数据/表格和图表。

我们正在寻找的一些东西...

  1. 导出单个 PDF 的能力 包括图表、表格等。
  2. 能够将报告嵌入到 网络应用程序
  3. 大量高度可配置的 图表类型

我们拥有的工具...

我们有 .netCharting,它可以选择将嵌入的报告显示为 PDF,但这是针对每个图表的,这意味着一个页面有多个 PDF,其中包含多个图表,并且该 PDF 中没有自定义表格或任何内容。不过,我们确实喜欢各种图表类型和制作更复杂报告的多功能性。 .netCharting 包含我们可以使用的图表。

我们还有 LogiXML Ad Hoc 报告,它允许您将将不同的图表和数据合并到一个可导出的 PDF 中,但它不提供非常复杂的图表。另外,据我所知,它不允许您通过从 Web 应用程序传递参数来动态显示报告,而这是必要的。

我们考虑过尝试与服务器上的 Excel 进行交互(通过 COM)来生成我们需要的内容。

是否有任何工具可以结合我们现有工具的优势?

We have a ASP.NET C# web application and are trying to find a way to combine data/tables and charts that can be exported a single PDF.

Some things we're looking for...

  1. The ability to export a single PDF
    that includes charts, tables, etc.
  2. The ability to embed the report into
    the web app
  3. A good number of highly configurable
    chart types

Tools we have...

We have .netCharting, which has the option to display the embedded reports as PDF, but that's per chart, which would mean multiple PDFs for a page with multiple charts and no custom tables or anything included in that PDF. We do like the variety of chart types and the versatility to make more complex reports, though. .netCharting includes the charts we could use.

We also have LogiXML Ad Hoc reporting, which does allow you to combine different charts and data into a single, exportable PDF, but it doesn't offer very complex charts. Also, as far as I can tell, it doesn't allow you to dynamically display a report by passing parameters from your web app, which would be necessary.

We've considered trying to interact with Excel (through COM) on the server to produce what we need.

Are there any tools out there that combine the strengths of our existing tools?

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

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

发布评论

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

评论(2

末蓝 2024-08-15 01:13:15

我用的是dundas并且工作得很好。只需尝试一下,看看是否对您有用。

再见。

I Use dundas and work fine. just try the trial, and see if that workd for you.

See ya.

幸福不弃 2024-08-15 01:13:15

我们使用 DevExpress XtraReports 来实现您所描述的内容。漂亮的图表,不难学,也不贵。

We use DevExpress XtraReports for just what you're describing. Pretty charts, not difficult to learn and not expensive.

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