Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
回答我自己的问题:似乎没有任何替代的开源 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.