Page 1 of 1
IMG tags are supported?
Posted: Thu Nov 01, 2012 8:32 pm
by Vadim_op
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.
Re: IMG tags are supported?
Posted: Fri Nov 02, 2012 8:29 am
by HighAley
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.
Re: IMG tags are supported?
Posted: Fri Nov 02, 2012 8:58 am
by Vadim_op
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
Re: IMG tags are supported?
Posted: Fri Nov 02, 2012 12:35 pm
by HighAley
Hello.
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?
As far as .Net Framework have no support of the HTML tags, it's impossible to support all HTML tags.
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;
You could read more about supported tags in our
Knowledge Base.
Thank you.