Bolding specific words

Stimulsoft Reports.NET discussion
Post Reply
MikeC
Posts: 51
Joined: Mon Jun 07, 2010 3:36 pm

Bolding specific words

Post by MikeC »

I have a legal disclaimer that goes at the bottom of a report, and I have it in one large text box. There are a few specific words in the disclaimer that need to be bolded or underlined. How do I bold or underline specific words in a text box?
joro
Posts: 63
Joined: Wed Jan 27, 2010 7:35 am

Bolding specific words

Post by joro »

Hello!
You should set the option "Allow HTML Tags" for the textbox.
Then you can use HTML-tags to format your text.
For example, write this into your textbox: {"this is a test with a bold and an underlined word"}
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Bolding specific words

Post by Ivan »

Hello,

Please set AllowHtmlTags property of textbox to true, and then you can use in text next html-tags:

Code: Select all

       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
        //center, right, justify
       
      & < > "  
Thank you.
Muss90
Posts: 2
Joined: Mon Apr 13, 2020 12:30 am

Re: Bolding specific words

Post by Muss90 »

Bonjour, je rencontre le même soucis et je suis nouveau avec l'outil stimulsoft donc je voudrais savoir comment autoriser un champ d'utiliser les balises html
Lech Kulikowski
Posts: 6245
Joined: Tue Mar 20, 2018 5:34 am

Re: Bolding specific words

Post by Lech Kulikowski »

Hello,

Please check the following article:
https://stimulsoft.zendesk.com/hc/en-us ... gs-in-text

Thank you.
Muss90
Posts: 2
Joined: Mon Apr 13, 2020 12:30 am

Re: Bolding specific words

Post by Muss90 »

Thanks ! ;)
Lech Kulikowski
Posts: 6245
Joined: Tue Mar 20, 2018 5:34 am

Re: Bolding specific words

Post by Lech Kulikowski »

Hello

We are always glad to help you!
Please let us know if you need any additional help.

Thank you.
Post Reply