!!Please improve your HTML Support!!

Stimulsoft Reports.NET discussion
Post Reply
rksaskia
Posts: 58
Joined: Fri Apr 27, 2012 9:16 am

!!Please improve your HTML Support!!

Post by rksaskia »

Hallo Stimulsoft,
you want the net, you make a HTML5 Designer.
But, if the user wants to print formatted text, then he should use rtf?

see viewtopic.php?f=8&t=48351&p=111811&hilit=html#p111811

Why do you not impove the html capabilities to format text. Less than 10 supported tags is not much.

A little bit from styles and tables, and everyone is happy.

I hope you think so, I am the RTF hell tired.

Greetings
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: !!Please improve your HTML Support!!

Post by HighAley »

Hello.

You could use next method.
1. Use any HTML code in a text component.
2. Set the Allow HTML tags property of the text component to False.
3. Add next static option in your code or in Begin Render event of the report:

Code: Select all

StiOptions.Export.Html.ReplaceSpecialCharacters = false;
Then all HTML code will be shown in HTML Designer and Viewer as is.
But we don't guarantee that the size of components will be right.
Please, look at the attached report template.

Thank you.
Attachments
report.mrt
(3.74 KiB) Downloaded 175 times
Post Reply