Page 1 of 1

Report fields containing HTML

Posted: Tue Dec 09, 2008 3:38 am
by Jacco van der Pol
Hi,

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

Posted: Tue Dec 09, 2008 5:21 pm
by Edward
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.

Report fields containing HTML

Posted: Mon Dec 15, 2008 10:24 am
by shmuly
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

Posted: Mon Dec 15, 2008 11:03 am
by Vital
Hello,
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.
Starts from build from 15 Dec report engine will be support following tags:

Code: Select all

//+  
        //+  
        //+  
        //+  
        //+  
        //+  
        //+  
        //+ 
        //+ 
        //+ 
        //+ 
        //+ 
        //+ 
        //+ 
        //+ 
        //+ 
        //+ 
        //+  //center, right, justify
        //+ 
        //+ & < > "
Thank you.

Report fields containing HTML

Posted: Mon Dec 15, 2008 12:32 pm
by shmuly
Looks good. No plans for OL and UL?

Report fields containing HTML

Posted: Tue Dec 16, 2008 10:08 am
by Vital
Hello,
shmuly wrote:Looks good. No plans for OL and UL?
We will think about this.

Thank you.