Hi,
I see now html tags are supported but only for text formating, is <img> tag supported also.
I'm trying to display html formated text and images in text componet (because it supports html tags), but images are not displayed. Is it possible to display this images somehow.
Ex.
<p>Hello</p>
<img src="smile.gif" alt="Smiley face" height="42" width="42">
Help me please to solve this problem.
IMG tags are supported?
Re: IMG tags are supported?
Hello.
We support limited set of HTML tags.
Please, read the 3.6 HTML Tags section of the Stimulsoft Reports Universal User Manual.
Thank you.
We support limited set of HTML tags.
Please, read the 3.6 HTML Tags section of the Stimulsoft Reports Universal User Manual.
Thank you.
Re: IMG tags are supported?
Hi,
To bad that you don't support all html tags, our company is looking for a report generation tool, Stimulsoft seems to be a very powerful tool, but lack of supporting all html tags stops us from buying your product.
Will you support all html tags or not? If yes how soon?
Thanks for your reply
Best regards
To bad that you don't support all html tags, our company is looking for a report generation tool, Stimulsoft seems to be a very powerful tool, but lack of supporting all html tags stops us from buying your product.
Will you support all html tags or not? If yes how soon?
Thanks for your reply
Best regards
Re: IMG tags are supported?
Hello.
There are 2 ways to add HTML with not supported tags:
Thank you.
As far as .Net Framework have no support of the HTML tags, it's impossible to support all HTML tags.Vadim wrote:To bad that you don't support all html tags, our company is looking for a report generation tool, Stimulsoft seems to be a very powerful tool, but lack of supporting all html tags stops us from buying your product.
Will you support all html tags or not? If yes how soon?
There are 2 ways to add HTML with not supported tags:
- Open the HTML text, that you want to add to a report, in the Word and save it in the rtf file.
Than you could use this file in the Rich text component of the report. - If you want to export your rendered report to HTML, you could set next static option
Code: Select all
StiOptions.Export.Html.ReplaceSpecialCharacters = false;
Thank you.