小编Rut*_*utz的帖子

SSRS - Action Go To Url 转义特殊字符

我正在使用 SSRS Action -> Go To Url 像这样:

="javascript:void(window.open('http://xxx/xxx/Pages/ReportViewer.aspx?%2fDevelopment%2fReport&rs:Command=Render&Parameter="& Parameters!Parameter.Value &"'))"

生成的链接应该是:

http://xxx/xx/Pages/ReportViewer.aspx?/Development/Report&rs:Command=Render&Parameter=Úxxx

在上面的示例中,我需要以某种方式使用变音符号来转义特殊字符,例如字符“Ú”。没有转义这个字符,上面的链接就被破坏了。

谢谢你的帮助。

reporting-services

1
推荐指数
1
解决办法
8613
查看次数

标签 统计

reporting-services ×1