Mayank
Mayank

Reputation: 1

HTML underline <u></u> markups not working in RDLC report

I have an RDLC report which needs to show HTML formatting in generated report. It works fine when we create placeholder and set markup type to "HTML - Interpret HTML tags as styles. But still it does not show the "<u> Underline Text </u>" as underlined text. Rest of the markups work fine. Can anybody help me out to fix this underline text problem?

Upvotes: 0

Views: 1781

Answers (1)

Luis Liu
Luis Liu

Reputation: 73

Inside <Style> insert:

<TextDecoration>Underline</TextDecoration>

Upvotes: 0

Related Questions