Report fields containing HTML

Stimulsoft Reports.NET discussion
Post Reply
Jacco van der Pol
Posts: 4
Joined: Thu Apr 03, 2008 7:00 am
Location: Netherlands

Report fields containing HTML

Post 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
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Report fields containing HTML

Post 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.
shmuly
Posts: 58
Joined: Wed Jul 05, 2006 2:19 pm

Report fields containing HTML

Post 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.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Report fields containing HTML

Post 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.
shmuly
Posts: 58
Joined: Wed Jul 05, 2006 2:19 pm

Report fields containing HTML

Post by shmuly »

Looks good. No plans for OL and UL?
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Report fields containing HTML

Post by Vital »

Hello,
shmuly wrote:Looks good. No plans for OL and UL?
We will think about this.

Thank you.
Post Reply