Let a variable used in RTF grow so it can print over multiple lines

Stimulsoft BI Designer discussion
Post Reply
luke
Posts: 42
Joined: Fri Jun 03, 2022 6:57 am

Let a variable used in RTF grow so it can print over multiple lines

Post by luke »

When I am displaying a variable from within RTF field to be resolved on runtime, how do i give those called values a grow property so they may continue outputting over multiple lines.
Attachments
saddres prob.png
saddres prob.png (65.23 KiB) Viewed 10868 times
luke
Posts: 42
Joined: Fri Jun 03, 2022 6:57 am

Re: Let a variable used in RTF grow so it can print over multiple lines

Post by luke »

Is this possible ?
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Let a variable used in RTF grow so it can print over multiple lines

Post by Lech Kulikowski »

Hello,

Sorry, maybe we did not exactly understand your problem. Could you explain your issue in more detail?

Thank you.
luke
Posts: 42
Joined: Fri Jun 03, 2022 6:57 am

Re: Let a variable used in RTF grow so it can print over multiple lines

Post by luke »

viewtopic.php?t=47431

I want to do the same thing to a passed Variable instead of a string in RTF
luke
Posts: 42
Joined: Fri Jun 03, 2022 6:57 am

Re: Let a variable used in RTF grow so it can print over multiple lines

Post by luke »

i hope this helps :?
Attachments
newold.png
newold.png (18.28 KiB) Viewed 10850 times
oldto nwe.png
oldto nwe.png (47.92 KiB) Viewed 10850 times
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Let a variable used in RTF grow so it can print over multiple lines

Post by Lech Kulikowski »

Hello,

Please try to set the FullConvertExpression to true.

Thank you.
Attachments
VariableRichText.mrt
(6.02 KiB) Downloaded 195 times
luke
Posts: 42
Joined: Fri Jun 03, 2022 6:57 am

Re: Let a variable used in RTF grow so it can print over multiple lines

Post by luke »

Thank you would you be able to do the same for a String Value directly from the dictionary and not as a Variable
Attachments
report.mrt
(6.81 KiB) Downloaded 196 times
Book1.csv
(175 Bytes) Downloaded 182 times
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Let a variable used in RTF grow so it can print over multiple lines

Post by Lech Kulikowski »

Hello,

Please try to use:
{Replace(Book1.Addr1," ", "\n")}

Thank you.
Attachments
Screenshot 2022-07-08 191314.png
Screenshot 2022-07-08 191314.png (61.98 KiB) Viewed 10802 times
luke
Posts: 42
Joined: Fri Jun 03, 2022 6:57 am

Re: Let a variable used in RTF grow so it can print over multiple lines

Post by luke »

Thank you
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Let a variable used in RTF grow so it can print over multiple lines

Post by Lech Kulikowski »

Hello,

You are welcome.
Post Reply