Custum Number Format
Posted: Thu Sep 05, 2013 3:02 pm
Hi,
is it possible to define custom number Format in Text-Fields?
My DataSource Looks like this:
How can I do this formatting in the report designer (or code behind)?
René
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
René