将参数从 SL Reporting 传递到 Reporting Services
我试图弄清楚如何将 Microsoft SL Reporting 中的一些选项传递到 SQL Reporting Services 中的报告。 我需要将它们用作报告中 SQL 语句的参数,但不知道如何完成两个程序之间的连接。
在运行时,SL Reporting 创建报表可以通过 RIParam 函数访问的 RptRuntime 表。 但是,我不知道如何从 SQL 端访问该表。
任何帮助都会很棒! 非常感谢!
I am trying to figure out how to pass some of the options from Microsoft SL Reporting to my report in SQL Reporting Services. I need to use them as parameters for my SQL statement in the report and can not figure out how to accomplish the connection between the two programs.
During runtime, SL Reporting creates the RptRuntime table that the report can access through the RIParam function. However, I can't figure out how to get access to that table from the SQL side.
Any help would be great!
Thanks much!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有两种方法可以将参数发送到 Reporting Services:查询参数和报表参数,请参阅了解详细信息。
There are 2 ways to send parameters to Reporting Services: query parameters and report parameters, see for details.