Hi,
Can anyone help me out with my URL not linking in my SubReport?
I've followed the recommended steps:

1. Right-Click my Text Box and select Text-Box Properties
2. Click on Action, followed by Go To URL
3. In Select URL, I've set an expression for my hyper link:
=Parameters!CRM_URL.Value & "?ID={"&Fields!ic_actual1_ic_actualid.Value.ToString()&"}&LogicalName=ic_actual"
4. The hyperlink works when the SubReport is ran on it's own. It redirects me to the right record.
5. The hyperlink does not work when the Main Report is ran with the embedded SubReport. I don't get an error, the hyperlink is simply not clickable.
Any help would be greatly appreciated,
Thanks in advance.