Page 1 of 1
Hyperlink in HTML
Posted: Fri Jan 20, 2012 12:18 pm
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.
Hyperlink in HTML
Posted: Sun Jan 22, 2012 11:38 pm
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.
Hyperlink in HTML
Posted: Mon Jan 23, 2012 3:37 am
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?
Hyperlink in HTML
Posted: Tue Jan 24, 2012 3:07 am
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.
Hyperlink in HTML
Posted: Tue Jan 24, 2012 9:11 am
by yoyo
Thak you for advice. Now it is OK.
Hyperlink in HTML
Posted: Wed Jan 25, 2012 1:36 am
by Andrew
Great!