how to remove hyperlink in ssrs report in ax 2012

how to remove hyperlink in ssrs report in ax 2012

I think the way to remove is set the TextBox properties-> Action

Set url here that is invalid. If any one has a better approach please let us know

To remove link in ssrs report

Go to the table that is linked

Remove the property FormRef

You can do like this.

in SSRS set your TextBox Expression like below:

= “” & Fields!ItemId.Value & “”

Regards,

Ariston J.