I have a textbox in SSRS report to which I need to apply style of MS Word.
Basically on Export the text in the Text box should have heading 1 style.
I referred Applying Style Properties to Report Items https://msdn.microsoft.com/en-us/library/ms156380(v=sql.90).aspx from msdn but did not find any solution
I tried with <H1>
tag in placeholder. Though it applies the styles it never exports to the Heading1 style of word.
I need Heading 1 style so that i can create TOC easily from word.