Custum Number Format

Stimulsoft Reports.NET discussion
Post Reply
Rene Preussler
Posts: 3
Joined: Wed Sep 04, 2013 12:24 pm

Custum Number Format

Post 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é
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Custum Number Format

Post 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.
Post Reply