I need to set up a hyperlink in a report in one reporting services project to a report in another project that's part of the same solution. The standard "Specify a Report" option allows linkage only to reports within the project. Is there a way around this?
我需要在一个报告服务项目的报告中设置一个超链接到另一个项目中的报告,该项目是同一解决方案的一部分。标准“指定报告”选项仅允许链接到项目中的报告。有没有解决的办法?
1 个解决方案
#1
Found the info I needed at: http://www.mssqltips.com/tip.asp?tip=1336
找到我需要的信息:http://www.mssqltips.com/tip.asp?tt = 1336
Passing the parameter entirely through HTML
完全通过HTML传递参数
Start over with your browser at the ProdColor prompt. Instead of choosing the color from the >dropdown, add the following at the end of the URL:
在ProdColor提示符下从浏览器重新开始。而不是从>下拉列表中选择颜色,而是在URL的末尾添加以下内容:
&ProdColor=Green.
#1
Found the info I needed at: http://www.mssqltips.com/tip.asp?tip=1336
找到我需要的信息:http://www.mssqltips.com/tip.asp?tt = 1336
Passing the parameter entirely through HTML
完全通过HTML传递参数
Start over with your browser at the ProdColor prompt. Instead of choosing the color from the >dropdown, add the following at the end of the URL:
在ProdColor提示符下从浏览器重新开始。而不是从>下拉列表中选择颜色,而是在URL的末尾添加以下内容:
&ProdColor=Green.