【问题标题】:Pass hidden parameters from URL in SSRS report in native mode在本机模式下从 SSRS 报告中的 URL 传递隐藏参数
【发布时间】:2015-01-07 14:43:56
【问题描述】:

我正在尝试在本机模式下通过 SSRS 报告 (2012) 中的 URL 传递参数。网址如下所示: http://servername/Reports/Pages/Report.aspx?ItemPath=/xyz/rep_name&rs:Command=Render&ProjectUID=123&ProjectName=project_name &WLReport=True

我尝试在每个参数名称前加上rp:,但也没有用。

在将参数设置为可见并手动输入值时,报表完美呈现。

【问题讨论】:

    标签: reporting-services report ssrs-2012


    【解决方案1】:

    试试这个。 (将 URL 中的 Reports 替换为 ReportServer,将 Reports.aspx 替换为 ReportViewer.aspx)

    http:// servername/ReportServer/Pages/ReportViewer.aspx?ItemPath=/xyz/rep_name&rs:Command=Render&ProjectUID=123&ProjectName=project_name &WLReport=真

    【讨论】:

      【解决方案2】:

      如果您直接调用报表,我认为您应该使用报表服务器 URL 而不是报表管理器 URL。

      http://msdn.microsoft.com/en-us/library/ms155391.aspx

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多