Form letter approach

Stimulsoft Reports.NET discussion
Post Reply
jmiller
Posts: 91
Joined: Mon Sep 20, 2010 12:18 pm

Form letter approach

Post by jmiller »

What is the best approach in trying to create a form letter in Stimulsoft - if it is possible at all? I have a letter where in the body of the letter I need to embed data elements.

Dear (insert person name here)
You currently owe (insert balance) on loan (insert loan number). Please pay by (insert due date).
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Form letter approach

Post by Alex K. »

Hello,

You can use the following expression:
Dear {PersonName}
You currently owe {Balance} on loan {Number}. Please pay by {Date}.

Where PersonName, Balance, Number, Date is variables or field from your datasource.

Thank you.
jmiller
Posts: 91
Joined: Mon Sep 20, 2010 12:18 pm

Form letter approach

Post by jmiller »

Sorry, I should have been more specific. I was looking to make some of text in the body in a different format (like bold, underline, different color, etc). I think a lot of this can be done if I use html tags, but I wanted to see if there was any other way. Years ago, I used a report writer that allowed fields to be inserted into a text box, but the fields had their own set of properties. It was kind of like a text box within a text box. It was hard to use and I can understand why, but it did treat the fields as separate items.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Form letter approach

Post by Alex K. »

Hello,

You can use html tags or several text components with auto width and different formats.

Thank you.
Post Reply