We can dynamically define a value as a hyperlink Action in an SSRS report.
Steps to add a hyperlink in SSRS report:
-
In report design view, right-click the text box, image, or chart to which you want to add a link and then click Properties.

2. In the Properties dialog box, click the Action tab and select URL.

3. In the Expression window set the expression as
=Parameters!CRM_URL.Value & "?ID={"&Fields!guidFieldName.Value.ToString()&"}&LogicalName=entitySchemaName"

Upload the report in CRM and run it.
Clicking on URL in SSRS report value would take us to the actual record within CRM.
Hope this help.!
*This post is locked for comments
I have the same question (0)