SSRS: Relative URL Hyperlink

前端 未结 5 1588
粉色の甜心
粉色の甜心 2021-01-12 08:04

In SSRS 2008 I would like to create a relative path URL. Long story short I have a subscription that outputs a few thousand static HTML pages to a folder that is used as co

5条回答
  •  天涯浪人
    2021-01-12 08:39

    Just read this Q and A and have a better solution for anyone looking. If you want relative url then just use javascript e.g.

    ="javascript:void(window.navigate( '/mydirectory/reportcountry.aspx?CountryID=" + Fields!CountryID.Value.ToString() + "'))"
    

提交回复
热议问题