简体   繁体   中英

SSRS 2008, Report table

In a report table how do i assign a variable as a link to a value which is a URL eg. [link] has to change to "click here to view the URL" when clicking it should the display the value which is a url or take you directly to the page

right click the text box, select properties and configure like this:

在此处输入图片说明

and on the expression, do:

="http://your_url/"+Fields!Your_field.Value.ToString()

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM