I\'m building an application where I should capture several values and build a text with them: Name, Age, etc.
Name
Age
The output will be a plain
There are several ways to do it. The simplest is using \t in your text. However, it's possible that \t doesn't work in some situations, like PdfReport nuget package.
\t
PdfReport