IMG tags are supported?

Stimulsoft Reports.NET discussion
Post Reply
Vadim_op
Posts: 2
Joined: Thu Nov 01, 2012 8:19 pm

IMG tags are supported?

Post 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.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: IMG tags are supported?

Post 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.
Vadim_op
Posts: 2
Joined: Thu Nov 01, 2012 8:19 pm

Re: IMG tags are supported?

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: IMG tags are supported?

Post 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.
Post Reply