Render HTML Tags in SSRS Tablix
Asked Answered
H

1

5

I have markup text (HTML tags) in one of the SQLView\columns, which I have to show in a Tablix report as a formatted text in one column. Markup is for bold, italic, underline.

I could enable the HTML in Text box but not in Tablix. Could you please suggest what is the option for getting HTML tags in my report.

Country is default selected based on the user.

Heerlen answered 13/8, 2019 at 7:24 Comment(0)
C
8

So you'll need to create a placeholder in the textbox/field where you have the HTML and set your value in the placeholder expression. There's an option for "HTML - Interpret HTML tags as styles". However, certain HTML tags are not supported by SSRS. This Link shows a complete list of supported HTML tags.


img

Checkered answered 13/8, 2019 at 12:34 Comment(1)
Thanks Steve for replying thisHeerlen

© 2022 - 2024 — McMap. All rights reserved.