decimal fields Text Format seprators problem

Stimulsoft Reports.NET discussion
Post Reply
albloshi
Posts: 14
Joined: Wed Sep 01, 2010 5:39 am
Location: K.S.A

decimal fields Text Format seprators problem

Post by albloshi »

I av two decimal fields in dataset X,Y

My Expression is

{Round(dataset.[X]+fatoora.[Y],2)}

and Text Format is set to number with seprators


But Its not showing the seprators

It should be
Like 231.00+5353.00 = 5,584.00

Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

decimal fields Text Format seprators problem

Post by Jan »

Hello,

You need use TextFormat property of text format. With help of this property you can set required output formating.

Thank you.
Post Reply