Page 1 of 1

Negative value

Posted: Tue Dec 11, 2007 11:07 pm
by ramesh
Hi all

in the Report i created the subTotal Field in the Footer.

if the value in negative then that value should be in Paranthesis
otherwise that value should be print


Ex:

-1.1234 then (1.1234)
234.434 then 234.434

thanks in advance

Negative value

Posted: Wed Dec 12, 2007 12:18 am
by Vital
You can use TextFormat property to arrive this behavior.

Thank you.