Hi,
I have set line height to textbox in RDLC report in following methods
- Right click the textbox and select properties, then the Font section. In the Line Spacing area selected custom number. That's visually okay. But Cannot render line height when print or Export PDF
- Using HTML code in textbox, That’s visually not applied and Cannot render line height when print or Export PDF
"<p style='line-height:1.5;'>" + Fields!MyText.Value + "</p>"
Please advise me for set line height to textbox in RDLC when print or Export PDF.
Thanking You
samsmuthu