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
Hyperlink in HTML
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.
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
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?
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
Hello,
and view attached report sample in the HTML Preview.
Thank you.
Please use standard text (AllowHtmlTags = false), set the following static property:yoyo wrote:Thank you for your reply. I know about this kind of hyperlink, but I need add it in middle of text.
Code: Select all
StiOptions.Export.Html.ReplaceSpecialCharacters = false;
Unfortunately, we do not have plans in developing this feature in the near future.yoyo wrote:Do you planned add this feature to Stimulsoft in the future?
Thank you.
- Attachments
-
- 1575.ReportSample.zip
- (1.61 KiB) Downloaded 566 times
Hyperlink in HTML
Thak you for advice. Now it is OK.
Hyperlink in HTML
Great!