Step 1. Set the "Language" report properties according to your regional requirements. In my case: "es-MX"
Step 2. Use the respective Expression, im have: CDbl(Fields!SALE_PRICE.Value).ToString("C")
The report running
Before:
After:
Please click on +1
Thanks...
Please Click on the +1 button
Excuseme...and for accounting format???
ResponderEliminar$ 150.00
$ 50.00
$ 1.00
You can use:
ResponderEliminarString.Format("{0:C}",Fields!SALE_PRICE.Value)
But with setting the culture must be enough
Thank to who post "Number or Currency in rdlc report". This is very usefull to me. Have a nice day :D
ResponderEliminarThanks!!
ResponderEliminar