Page 1 of 1

First line intendation

Posted: Tue Jul 02, 2024 5:20 am
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

Re: First line intendation

Posted: Wed Jul 03, 2024 7:05 am
by Lech Kulikowski
Hello,

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

Thank you.