Link in Report

Stimulsoft Reports.NET discussion
Post Reply
MaNe
Posts: 11
Joined: Mon Dec 21, 2015 12:12 pm

Link in Report

Post 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!
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Link in Report

Post 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.
MaNe
Posts: 11
Joined: Mon Dec 21, 2015 12:12 pm

Re: Link in Report

Post by MaNe »

Do you have an alternativ for my problem ?
Your advice doesnt work.

Thanks
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Link in Report

Post 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.
MaNe
Posts: 11
Joined: Mon Dec 21, 2015 12:12 pm

Re: Link in Report

Post by MaNe »

Hello

i use the version 2015.3.
properties.png
properties.png (65.69 KiB) Viewed 2795 times
Like you see in the screenshot i dont have the property Hyperlink.

Thank you
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Link in Report

Post by HighAley »

Hello.

Please, switch the property grid to the Professional mode.
PropertyGridProfessional.png
PropertyGridProfessional.png (20.83 KiB) Viewed 2794 times
Thank you.
MaNe
Posts: 11
Joined: Mon Dec 21, 2015 12:12 pm

Re: Link in Report

Post by MaNe »

Thank you founded and it works!
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Link in Report

Post by HighAley »

Hello.

We are always glad to help you.
We will answer on your other questions soon.

Thank you.
Post Reply