Number or Currency in rdlc report

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

4 comentarios:

  1. Excuseme...and for accounting format???
    $ 150.00
    $ 50.00
    $ 1.00

    ResponderEliminar
  2. You can use:
    String.Format("{0:C}",Fields!SALE_PRICE.Value)
    But with setting the culture must be enough

    ResponderEliminar
  3. Thank to who post "Number or Currency in rdlc report". This is very usefull to me. Have a nice day :D

    ResponderEliminar