没有 Report Services 的 Web 报告解决方案?
我正在开发一种在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以使用 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
也许你可以使用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.
HTML 是一个报告层。 您还需要另一份吗?
HTML is a reporting layer. Do you need another one?