First line intendation

Stimulsoft Reports.NET discussion
Post Reply
mlk
Posts: 1
Joined: Tue Jul 02, 2024 5:13 am

First line intendation

Post by mlk »

Hello,
I can't find anywhere, how can I set first line indent in stimulsoft - In my databand, when I insert some text component, I can indent the whole component, but not only the first line. If I put some spaces on the beginning of the text, the spaces are erased (and also I don't think this is the right way). Would you please know some solution?

Thanks,
Martina
Lech Kulikowski
Posts: 7333
Joined: Tue Mar 20, 2018 5:34 am

Re: First line intendation

Post by Lech Kulikowski »

Hello,

You can use the expression:
{(Line == 1 ? " ": "")}

Thank you.
Attachments
Screenshot 2024-07-03 090523.png
Screenshot 2024-07-03 090523.png (28.59 KiB) Viewed 2976 times
Post Reply