I have a datagrid with currency amounts, the default currency format "C" shows only two decimal places, I would like to show up to 4 decimal places. Useing the formula/expression editor, how would this be done?Have you tried C4? Currency with 4 numbers of precision. Just an thought, I do not know if it will work or not.|||
I do this in the expression.
=Format(Fields!ThisValue.Value, "$#.####)
Hope this helps.
|||
Both of the above are possible options.
rs12345 - put "c4" into the Format property of the textbox
guyinkalamazoo2 - apply the formatting directly tot he value in the expression of the textbox
No comments:
Post a Comment