Page 1 of 1
Link in Report
Posted: Mon Feb 08, 2016 9:52 am
by MaNe
Hello,
i try to include links at my report.
I tried with the following code in the text compoment
Code: Select all
<a style="cursor: pointer" onclick="window.open('www.TESTLINK.com')">Text_Link</a>
The result is normal text not a clickable link.
Any ideas?
Thank you!
Re: Link in Report
Posted: Mon Feb 08, 2016 12:00 pm
by HighAley
Hello.
We don't have build-in support of all HTML tags.
Please, try to set next static option:
Code: Select all
StiOptions.Export.Html.ReplaceSpecialCharacters = false;
Thank you.
Re: Link in Report
Posted: Mon Feb 08, 2016 12:34 pm
by MaNe
Do you have an alternativ for my problem ?
Your advice doesnt work.
Thanks
Re: Link in Report
Posted: Tue Feb 09, 2016 10:36 am
by HighAley
Hello.
Could you specify which our viewer do you use?
Did you try to use Interaction - Hyperlink property of the component? In this case you could add link without A tag.
Thank you.
Re: Link in Report
Posted: Tue Feb 23, 2016 8:09 am
by MaNe
Hello
i use the version 2015.3.

- properties.png (65.69 KiB) Viewed 2799 times
Like you see in the screenshot i dont have the property Hyperlink.
Thank you
Re: Link in Report
Posted: Tue Feb 23, 2016 8:15 am
by HighAley
Hello.
Please, switch the property grid to the Professional mode.

- PropertyGridProfessional.png (20.83 KiB) Viewed 2798 times
Thank you.
Re: Link in Report
Posted: Tue Feb 23, 2016 9:29 am
by MaNe
Thank you founded and it works!
Re: Link in Report
Posted: Tue Feb 23, 2016 2:12 pm
by HighAley
Hello.
We are always glad to help you.
We will answer on your other questions soon.
Thank you.