Report fields containing HTML
-
- Posts: 4
- Joined: Thu Apr 03, 2008 7:00 am
- Location: Netherlands
Report fields containing HTML
Hi,
Is it possible to display a data field in a report which contains html preserving the formatting from the html?
Jacco
Is it possible to display a data field in a report which contains html preserving the formatting from the html?
Jacco
Report fields containing HTML
Hi Jacco.
There is no way to render an HTML inside of Stimulsoft Reports.Net without third-party components. But we have made a step towards this ability in the prerelease build on 8th December. In the StiText component now it is possible to use simple HTML tags, such as:
These tags work in the same way as in the standard HTML.
There is a property to be set in true in StiText component:
AllowHtmlTags = true
Thank you.
There is no way to render an HTML inside of Stimulsoft Reports.Net without third-party components. But we have made a step towards this ability in the prerelease build on 8th December. In the StiText component now it is possible to use simple HTML tags, such as:
These tags work in the same way as in the standard HTML.
There is a property to be set in true in StiText component:
AllowHtmlTags = true
Thank you.
Report fields containing HTML
Is there any plan to increase the amount of tags that are supported? If yes, which tags? I am specifically looking for ol, LI and UL.
Report fields containing HTML
Hello,
Thank you.
Starts from build from 15 Dec report engine will be support following tags:shmuly wrote:Is there any plan to increase the amount of tags that are supported? If yes, which tags? I am specifically looking for ol, LI and UL.
Code: Select all
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+ //center, right, justify
//+
//+ & < > "
Report fields containing HTML
Looks good. No plans for OL and UL?
Report fields containing HTML
Hello,
Thank you.
We will think about this.shmuly wrote:Looks good. No plans for OL and UL?
Thank you.