I am using Crystal Report 13 with Visual Studio 2013. I want my numeric field type as 22,33,45,405.33 instead of 223,345,405.33. I googled all day long.
My question is that if i add NumberGroupSizes({3,2,2,2,2,2,2}) of NumberFormatInfo and set it to current culture, & if i set the culture to reportviewer or something,it it possible to show number field value as my desire format?
thanks
sabbir