Hyperlink in HTML

Stimulsoft Reports.NET discussion
Post Reply
yoyo
Posts: 15
Joined: Tue Dec 13, 2011 9:58 am
Location: Bratislava

Hyperlink in HTML

Post by yoyo »

Hello,
I need add hyperlink to html document. What is the best way for this please. If I add html element to text element and I allow html tags, after generating html report from mrt, element is filtred and my hyperlink is not shown.

What can I do, for solving this problem please?

Thank you.
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Hyperlink in HTML

Post by Andrew »

Hello,

At this moment it is possible to assing a hyperlink only entirely to a component.
For this, please use the Interaction\Hyperlink property of the component.

Thank you.
yoyo
Posts: 15
Joined: Tue Dec 13, 2011 9:58 am
Location: Bratislava

Hyperlink in HTML

Post by yoyo »

Hi,
thank you for your reply. I know about this kind of hyperlink, but I need add it in middle of text.

Do you planned add this feature to Stimulsoft in the future?

Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Hyperlink in HTML

Post by Ivan »

Hello,
yoyo wrote:Thank you for your reply. I know about this kind of hyperlink, but I need add it in middle of text.
Please use standard text (AllowHtmlTags = false), set the following static property:

Code: Select all

    StiOptions.Export.Html.ReplaceSpecialCharacters = false;
and view attached report sample in the HTML Preview.
yoyo wrote:Do you planned add this feature to Stimulsoft in the future?
Unfortunately, we do not have plans in developing this feature in the near future.

Thank you.
Attachments
1575.ReportSample.zip
(1.61 KiB) Downloaded 566 times
yoyo
Posts: 15
Joined: Tue Dec 13, 2011 9:58 am
Location: Bratislava

Hyperlink in HTML

Post by yoyo »

Thak you for advice. Now it is OK.
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Hyperlink in HTML

Post by Andrew »

Great!
Post Reply