set mask in a field

Stimulsoft Reports.WEB discussion
Post Reply
Paulo Victor Benini
Posts: 12
Joined: Wed Jan 07, 2009 5:06 am
Location: Cornélio Procópio

set mask in a field

Post by Paulo Victor Benini »

Hello,
In my report i need use a custom mask in a field to represent a money value (ex. 1.512.321,00) in brasilian format.
I tried use the format function "{Format("{0}", "")}" in my field "{contas.faturamento}", but I don't know how to use this function with a field, somebody can help me?

Thanks
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

set mask in a field

Post by Vital »

Hello,

You can use following expression:

Code: Select all

{Format("{0}", contas.faturamento)}
or you can use TextFormat property of text components.

Thank you.
Post Reply