Currnecy Sign???

Stimulsoft Reports.NET discussion
Post Reply
abhi0410
Posts: 47
Joined: Fri Sep 26, 2008 12:42 pm
Location: bombay

Currnecy Sign???

Post by abhi0410 »

i wan to display INR in currency format...how to do??? My client want it in INR. It is not available...i feel Rp is used for Ruppee...

How to Display INR????

Thanks...

Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Currnecy Sign???

Post by Edward »

Hi.

You can type 'INR' instead of 'Rp' in that custom Currency Format in the context menu of the textbox and to adjust format of that decimal type value as required.

Thank you.
abhi0410
Posts: 47
Joined: Fri Sep 26, 2008 12:42 pm
Location: bombay

Currnecy Sign???

Post by abhi0410 »

i did try that....but i am not able to do that...Can you plz guide me through steps or scrren shots what steps to follow....???

Thanks..
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Currnecy Sign???

Post by Vital »

Hello,

Please use following expression:

{MyDataSource.Value < 0 ? "INR" + (-MyDataSource.Value).ToString() : MyDataSource.Value.ToString()}

Thank you.
abhi0410
Posts: 47
Joined: Fri Sep 26, 2008 12:42 pm
Location: bombay

Currnecy Sign???

Post by abhi0410 »

Where to write this expression?????
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Currnecy Sign???

Post by Edward »

Please write the expression in the Text expression of the text component.

Thank you.
Post Reply