Page 1 of 1

Custum Number Format

Posted: Thu Sep 05, 2013 3:02 pm
by Rene Preussler
Hi,

is it possible to define custom number Format in Text-Fields?
My DataSource Looks like this:

Code: Select all

formatId    value        |       --> custom format string to use   -->   exptected format in report
     1             1     |              0                                      1
     2             4     |              0,0                                    4,0
     3             5,3   |              0,00                                   5,30     
How can I do this formatting in the report designer (or code behind)?


René

Re: Custum Number Format

Posted: Fri Sep 06, 2013 7:24 am
by HighAley
Hello, René.

You could set custom format of any text component using Text Format property.
You could read more in our User Manual.

Thank you.