没有 Report Services 的 Web 报告解决方案?

发布于 2024-07-15 21:53:47 字数 144 浏览 5 评论 0原文

我正在开发一种在 Web 应用程序中创建报表的解决方案,但没有预算或人员来管理 SQL Server Reporting Services 安装。 考虑到这些限制,我有什么选择?

我在 SQL Server 2005 上使用 ASP.NET 3.5。

I'm working on a solution to create reports in a web application but don't have the budget or personnel to manage a SQL Server Reporting Services install. What alternatives do I have, given these constraints?

I'm using ASP.NET 3.5 on SQL Server 2005.

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

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

发布评论

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

评论(3

鸩远一方 2024-07-22 21:53:47

您可以使用 SSRS,但在本地模式而不是服务器模式。 据我了解,当使用此方法呈现报告时,您不需要 SSRS。 您还需要编写更多代码来支持报告。

其他选项包括查看其他报告包。 Crystal Reports 是一种可能性,但如果您无法管理 SSRS,我猜 CR 就不可能。

无论如何,这里有一些本地模式下 SSRS 的链接:

http://www.vbdotnetheaven。 com/UploadFile/justinsaraceno/Main11132006012727AM/Main.aspx
http://aspalliance.com/1318_Using_Local_Microsoft_SQL_Server_Reporting_Services_in_ASPNET

You could use SSRS but in local mode not server mode. From my understanding you don't need SSRS when reports are rendered with this method. You will also be required to write more code to support the reports.

Other options then include looking at other reporting packages out there. Crystal Reports is one possibility but if you can't manage SSRS, I'm guessing CR would not be a possibility.

Anyways here's some links for SSRS in local mode:

http://www.vbdotnetheaven.com/UploadFile/justinsaraceno/Main11132006012727AM/Main.aspx
http://aspalliance.com/1318_Using_Local_Microsoft_SQL_Server_Reporting_Services_in_ASPNET

怎言笑 2024-07-22 21:53:47

也许你可以使用Jasper: http://jasperforge.org/

我相信有一个jTDS驱动程序可以连接到sql服务器。

我不知道这是否有效或是否受到支持,只是一个想法。

Perhaps you can use Jasper: http://jasperforge.org/

I believe there is a jTDS driver to connect to sql server.

I have no clue if this will work or is supported, just an idea.

唔猫 2024-07-22 21:53:47

HTML 是一个报告层。 您还需要另一份吗?

HTML is a reporting layer. Do you need another one?

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