I'm trying to format the values in a few different 'currency' columns to look like ###,###. I have tried..
e.Layout.Bands[1].Columns[
"SALARY"].Format = "#,##0.00";
But it doesn't seem to be working. Any help would be appreciated.
What's the data type of your column?
Using the format string you've provided, what kind of result are you getting?