【发布时间】:2013-03-28 09:09:03
【问题描述】:
我有一份 SSRS 2005 报告,我想使用其中一列作为 hyperlink。
我将字段设置为显示Parent Number,即=Fields!Parent_Num.Value
在Navigation 选项卡上,我选择了Jump to URL,我有这个="Form_View.aspx?id=" + CStr(Fields!ID.Value)
我的问题是,该列不可点击。它正确显示 Parent_Num,但不是 blue color 或 clickable。
请帮忙。
【问题讨论】:
标签: reporting-services reportingservices-2005