替代 SSRS 前端

发布于 2024-10-21 04:08:41 字数 1491 浏览 4 评论 0原文

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

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

发布评论

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

评论(1

撩人痒 2024-10-28 04:08:41

回答我自己的问题:似乎没有任何替代的开源 SSRS 前端,所以我构建了一个并将其开源:

CrissCross at Github

你将它指向你的 SSRS 服务器,然后它就会关闭 - 它可以显示报告目录并允许用户运行任何报告。到目前为止,我已经针对具有大量可选参数和大量多重选择的报告对其进行了优化,但它应该能够处理任何 SSRS 报告。如果不能,您可以陷入代码并更改它。

与标准 SSRS 报表管理器的主要区别在于参数的表示:CrissCross 更支持 ajaxy,并且(开源)更可定制。

有关更多详细信息,请参阅 github 网站

To answer my own question: There didn't seem to be any alternative open-source SSRS Front-ends out there, so I have built one and open-sourced it:

CrissCross at Github

You point it at your SSRS server and then off it goes - it can display the report catalogue and lets users run any report. So far I've optimised it towards reports with lots of optional parameters and lots of multi-picks, but it should be able to handle any SSRS report. And if it can't, you can get stuck into the code and change it.

The main difference to the standard SSRS Report Manager is in the presentation of parameters: CrissCross is more ajaxy, and (being open-source) more customisable.

See the github site for more details.

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