Hyperlink to another component in a report using interaction tags

In this case you need to add two # symbols before the hyperlink. In this case, the search is performed using the component's interaction tag (Interaction.Tag) property (skipping the two # symbols in the text of the hyperlink). The Interaction.Tag property does not appear in the report structure. You should use this method if you want to navigate without bookmarks appearing in the report structure.

 caution:When using the Interaction.Tag property, do not hyperlink to another component in your ASP.NET report. In ASP.NET, when creating a report, it is impossible to use a hyperlink to another component in the report, created using the Interaction.Tag property.