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
!!Please improve your HTML Support!!
Re: !!Please improve your HTML Support!!
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:
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.
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;
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